pub struct WireResolverError { /* private fields */ }
Expand description
The wire type corresponding to ResolverError
.
Implementations§
Source§impl WireResolverError
impl WireResolverError
pub const INTERNAL: WireResolverError
pub const IO: WireResolverError
pub const INVALID_ARGS: WireResolverError
pub const NOT_SUPPORTED: WireResolverError
pub const MANIFEST_NOT_FOUND: WireResolverError
pub const PACKAGE_NOT_FOUND: WireResolverError
pub const NO_SPACE: WireResolverError
pub const RESOURCE_UNAVAILABLE: WireResolverError
pub const INVALID_MANIFEST: WireResolverError
pub const CONFIG_VALUES_NOT_FOUND: WireResolverError
pub const ABI_REVISION_NOT_FOUND: WireResolverError
pub const INVALID_ABI_REVISION: WireResolverError
Trait Implementations§
Source§impl Clone for WireResolverError
impl Clone for WireResolverError
Source§fn clone(&self) -> WireResolverError
fn clone(&self) -> WireResolverError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireResolverError
impl Debug for WireResolverError
Source§impl<___D> Decode<___D> for WireResolverErrorwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireResolverErrorwhere
___D: ?Sized,
Source§impl From<ResolverError> for WireResolverError
impl From<ResolverError> for WireResolverError
Source§fn from(natural: ResolverError) -> Self
fn from(natural: ResolverError) -> Self
Converts to this type from the input type.
Source§impl From<WireResolverError> for ResolverError
impl From<WireResolverError> for ResolverError
Source§fn from(wire: WireResolverError) -> Self
fn from(wire: WireResolverError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WireResolverError
impl PartialEq for WireResolverError
Source§impl TakeFrom<WireResolverError> for ResolverError
impl TakeFrom<WireResolverError> for ResolverError
Source§fn take_from(from: &WireResolverError) -> Self
fn take_from(from: &WireResolverError) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireResolverError> for ResolverError
impl TakeFrom<WireResolverError> for ResolverError
Source§fn take_from(from: &WireResolverError) -> Self
fn take_from(from: &WireResolverError) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireResolverError
impl ZeroPadding for WireResolverError
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 WireResolverError
impl Eq for WireResolverError
impl StructuralPartialEq for WireResolverError
Auto Trait Implementations§
impl Freeze for WireResolverError
impl RefUnwindSafe for WireResolverError
impl Send for WireResolverError
impl Sync for WireResolverError
impl Unpin for WireResolverError
impl UnwindSafe for WireResolverError
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