pub struct Error { /* private fields */ }
Expand description
The wire type corresponding to Error
.
Implementations§
Source§impl Error
impl Error
pub const INTERNAL: Error
pub const INVALID_ARGUMENTS: Error
pub const UNSUPPORTED: Error
pub const ACCESS_DENIED: Error
pub const INSTANCE_NOT_FOUND: Error
pub const INSTANCE_ALREADY_EXISTS: Error
pub const INSTANCE_CANNOT_START: Error
pub const INSTANCE_CANNOT_RESOLVE: Error
pub const COLLECTION_NOT_FOUND: Error
pub const RESOURCE_UNAVAILABLE: Error
pub const INSTANCE_DIED: Error
pub const RESOURCE_NOT_FOUND: Error
pub const INSTANCE_CANNOT_UNRESOLVE: Error
pub const INSTANCE_ALREADY_STARTED: Error
pub const DEPENDENCY_CYCLE: Error
Trait Implementations§
Source§impl FromWireRef<Error> for Error
impl FromWireRef<Error> for Error
Source§fn from_wire_ref(wire: &Error) -> Self
fn from_wire_ref(wire: &Error) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for Error
impl Wire for Error
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 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 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,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§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
]