pub struct Error { /* private fields */ }Expand description
The wire type corresponding to Error.
Implementations§
Source§impl Error
impl Error
pub const INVALID: Error
pub const UNSPECIFIED: Error
pub const PROTOCOL_DEVIATION: Error
pub const NOT_FOUND: Error
pub const HANDLE_ACCESS_DENIED: Error
pub const NO_MEMORY: Error
pub const CONSTRAINTS_INTERSECTION_EMPTY: Error
pub const PENDING: Error
pub const TOO_MANY_GROUP_CHILD_COMBINATIONS: Error
Trait Implementations§
Source§impl<'a, ___E> Encode<Error, ___E> for &'a Errorwhere
___E: ?Sized,
impl<'a, ___E> Encode<Error, ___E> for &'a Errorwhere
___E: ?Sized,
Source§impl<___E> Encode<Error, ___E> for Errorwhere
___E: ?Sized,
impl<___E> Encode<Error, ___E> for Errorwhere
___E: ?Sized,
Source§impl FromWireRef<Error> for Error
impl FromWireRef<Error> for Error
Source§fn from_wire_ref(wire: &Error) -> Error
fn from_wire_ref(wire: &Error) -> Error
Converts the given reference to this type.
Source§impl Wire for Error
impl Wire for Error
Source§fn zero_padding(_: &mut MaybeUninit<Error>)
fn zero_padding(_: &mut MaybeUninit<Error>)
Writes zeroes to the padding for this type, if any.
impl Copy for Error
impl Eq for Error
impl StructuralPartialEq for Error
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnsafeUnpin for Error
impl UnwindSafe for Error
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]