pub struct WireError { /* private fields */ }
Expand description
The wire type corresponding to Error
.
Implementations§
Source§impl WireError
impl WireError
pub const INTERNAL: WireError
pub const INVALID_ARGUMENTS: WireError
pub const UNSUPPORTED: WireError
pub const ACCESS_DENIED: WireError
pub const INSTANCE_NOT_FOUND: WireError
pub const INSTANCE_ALREADY_EXISTS: WireError
pub const INSTANCE_CANNOT_START: WireError
pub const INSTANCE_CANNOT_RESOLVE: WireError
pub const COLLECTION_NOT_FOUND: WireError
pub const RESOURCE_UNAVAILABLE: WireError
pub const INSTANCE_DIED: WireError
pub const RESOURCE_NOT_FOUND: WireError
pub const INSTANCE_CANNOT_UNRESOLVE: WireError
pub const INSTANCE_ALREADY_STARTED: WireError
Trait Implementations§
Source§impl FromWireRef<WireError> for Error
impl FromWireRef<WireError> for Error
Source§fn from_wire_ref(wire: &WireError) -> Self
fn from_wire_ref(wire: &WireError) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireError
impl Wire for WireError
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireError
impl Eq for WireError
impl StructuralPartialEq for WireError
Auto Trait Implementations§
impl Freeze for WireError
impl RefUnwindSafe for WireError
impl Send for WireError
impl Sync for WireError
impl Unpin for WireError
impl UnwindSafe for WireError
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