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 FromWire<WireCompositeNodeSpecError> for CompositeNodeSpecError
impl FromWire<WireCompositeNodeSpecError> for CompositeNodeSpecError
Source§fn from_wire(wire: WireCompositeNodeSpecError) -> Self
fn from_wire(wire: WireCompositeNodeSpecError) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireCompositeNodeSpecError> for CompositeNodeSpecError
impl FromWireRef<WireCompositeNodeSpecError> for CompositeNodeSpecError
Source§fn from_wire_ref(wire: &WireCompositeNodeSpecError) -> Self
fn from_wire_ref(wire: &WireCompositeNodeSpecError) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireCompositeNodeSpecError
impl Wire for WireCompositeNodeSpecError
Source§type Decoded<'de> = WireCompositeNodeSpecError
type Decoded<'de> = WireCompositeNodeSpecError
The decoded wire type, restricted to the
'de
lifetime.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