pub struct WireNodeError { /* private fields */ }
Expand description
The wire type corresponding to NodeError
.
Implementations§
Source§impl WireNodeError
impl WireNodeError
pub const INTERNAL: WireNodeError
pub const NODE_REMOVED: WireNodeError
pub const NAME_MISSING: WireNodeError
pub const NAME_INVALID: WireNodeError
pub const NAME_ALREADY_EXISTS: WireNodeError
pub const OFFER_SOURCE_NAME_MISSING: WireNodeError
pub const OFFER_REF_EXISTS: WireNodeError
pub const SYMBOL_NAME_MISSING: WireNodeError
pub const SYMBOL_ADDRESS_MISSING: WireNodeError
pub const SYMBOL_ALREADY_EXISTS: WireNodeError
pub const UNBIND_CHILDREN_IN_PROGRESS: WireNodeError
pub const UNSUPPORTED_ARGS: WireNodeError
Trait Implementations§
Source§impl Clone for WireNodeError
impl Clone for WireNodeError
Source§fn clone(&self) -> WireNodeError
fn clone(&self) -> WireNodeError
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 WireNodeError
impl Debug for WireNodeError
Source§impl<___D> Decode<___D> for WireNodeErrorwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireNodeErrorwhere
___D: ?Sized,
Source§impl From<NodeError> for WireNodeError
impl From<NodeError> for WireNodeError
Source§impl From<WireNodeError> for NodeError
impl From<WireNodeError> for NodeError
Source§fn from(wire: WireNodeError) -> Self
fn from(wire: WireNodeError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WireNodeError
impl PartialEq for WireNodeError
Source§impl TakeFrom<WireNodeError> for NodeError
impl TakeFrom<WireNodeError> for NodeError
Source§fn take_from(from: &WireNodeError) -> Self
fn take_from(from: &WireNodeError) -> 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<WireNodeError> for NodeError
impl TakeFrom<WireNodeError> for NodeError
Source§fn take_from(from: &WireNodeError) -> Self
fn take_from(from: &WireNodeError) -> 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 WireNodeError
impl ZeroPadding for WireNodeError
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 WireNodeError
impl Eq for WireNodeError
impl StructuralPartialEq for WireNodeError
Auto Trait Implementations§
impl Freeze for WireNodeError
impl RefUnwindSafe for WireNodeError
impl Send for WireNodeError
impl Sync for WireNodeError
impl Unpin for WireNodeError
impl UnwindSafe for WireNodeError
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