pub struct Error { /* private fields */ }Expand description
The wire type corresponding to Error.
Implementations§
Trait Implementations§
impl Copy for Error
Source§impl<___E> Encode<Error, ___E> for Errorwhere
___E: ?Sized,
impl<___E> Encode<Error, ___E> for Errorwhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<Error, ___E> for &'a Errorwhere
___E: ?Sized,
impl<'a, ___E> Encode<Error, ___E> for &'a Errorwhere
___E: ?Sized,
impl Eq for Error
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.
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]