pub struct WireCompositeNodeSpecError { /* private fields */ }
Expand description
The wire type corresponding to CompositeNodeSpecError
.
Implementations§
Source§impl WireCompositeNodeSpecError
impl WireCompositeNodeSpecError
pub const MISSING_ARGS: WireCompositeNodeSpecError
pub const EMPTY_NODES: WireCompositeNodeSpecError
pub const ALREADY_EXISTS: WireCompositeNodeSpecError
pub const DRIVER_INDEX_FAILURE: WireCompositeNodeSpecError
pub const DUPLICATE_PARENTS: WireCompositeNodeSpecError
Trait Implementations§
Source§impl Clone for WireCompositeNodeSpecError
impl Clone for WireCompositeNodeSpecError
Source§fn clone(&self) -> WireCompositeNodeSpecError
fn clone(&self) -> WireCompositeNodeSpecError
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 WireCompositeNodeSpecError
impl Debug for WireCompositeNodeSpecError
Source§impl<___D> Decode<___D> for WireCompositeNodeSpecErrorwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireCompositeNodeSpecErrorwhere
___D: ?Sized,
Source§impl From<CompositeNodeSpecError> for WireCompositeNodeSpecError
impl From<CompositeNodeSpecError> for WireCompositeNodeSpecError
Source§fn from(natural: CompositeNodeSpecError) -> Self
fn from(natural: CompositeNodeSpecError) -> Self
Converts to this type from the input type.
Source§impl From<WireCompositeNodeSpecError> for CompositeNodeSpecError
impl From<WireCompositeNodeSpecError> for CompositeNodeSpecError
Source§fn from(wire: WireCompositeNodeSpecError) -> Self
fn from(wire: WireCompositeNodeSpecError) -> Self
Converts to this type from the input type.
Source§impl TakeFrom<WireCompositeNodeSpecError> for CompositeNodeSpecError
impl TakeFrom<WireCompositeNodeSpecError> for CompositeNodeSpecError
Source§fn take_from(from: &WireCompositeNodeSpecError) -> Self
fn take_from(from: &WireCompositeNodeSpecError) -> 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<WireCompositeNodeSpecError> for CompositeNodeSpecError
impl TakeFrom<WireCompositeNodeSpecError> for CompositeNodeSpecError
Source§fn take_from(from: &WireCompositeNodeSpecError) -> Self
fn take_from(from: &WireCompositeNodeSpecError) -> 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 WireCompositeNodeSpecError
impl ZeroPadding for WireCompositeNodeSpecError
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 WireCompositeNodeSpecError
impl Eq for WireCompositeNodeSpecError
impl StructuralPartialEq for WireCompositeNodeSpecError
Auto Trait Implementations§
impl Freeze for WireCompositeNodeSpecError
impl RefUnwindSafe for WireCompositeNodeSpecError
impl Send for WireCompositeNodeSpecError
impl Sync for WireCompositeNodeSpecError
impl Unpin for WireCompositeNodeSpecError
impl UnwindSafe for WireCompositeNodeSpecError
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