pub struct NodeError { /* private fields */ }Expand description
The wire type corresponding to NodeError.
Implementations§
Source§impl NodeError
impl NodeError
pub const INTERNAL: NodeError
pub const NODE_REMOVED: NodeError
pub const NAME_MISSING: NodeError
pub const NAME_INVALID: NodeError
pub const NAME_ALREADY_EXISTS: NodeError
pub const OFFER_SOURCE_NAME_MISSING: NodeError
pub const OFFER_REF_EXISTS: NodeError
pub const SYMBOL_NAME_MISSING: NodeError
pub const SYMBOL_ADDRESS_MISSING: NodeError
pub const SYMBOL_ALREADY_EXISTS: NodeError
pub const UNBIND_CHILDREN_IN_PROGRESS: NodeError
pub const UNSUPPORTED_ARGS: NodeError
pub const DUPLICATE_PROPERTY_KEYS: NodeError
pub const OFFER_SOURCE_INSTANCE_FILTER_MISSING: NodeError
pub const OFFER_RENAMED_INSTANCES_MISSING: NodeError
Trait Implementations§
Source§impl<'a, ___E> Encode<NodeError, ___E> for &'a NodeErrorwhere
___E: ?Sized,
impl<'a, ___E> Encode<NodeError, ___E> for &'a NodeErrorwhere
___E: ?Sized,
Source§impl<___E> Encode<NodeError, ___E> for NodeErrorwhere
___E: ?Sized,
impl<___E> Encode<NodeError, ___E> for NodeErrorwhere
___E: ?Sized,
Source§impl FromWireRef<NodeError> for NodeError
impl FromWireRef<NodeError> for NodeError
Source§fn from_wire_ref(wire: &NodeError) -> Self
fn from_wire_ref(wire: &NodeError) -> Self
Converts the given
wire reference to this type.Source§impl Wire for NodeError
impl Wire for NodeError
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 NodeError
impl Eq for NodeError
impl StructuralPartialEq for NodeError
impl Unconstrained for NodeError
Auto Trait Implementations§
impl Freeze for NodeError
impl RefUnwindSafe for NodeError
impl Send for NodeError
impl Sync for NodeError
impl Unpin for NodeError
impl UnwindSafe for NodeError
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,
§impl<T> Constrained for Twhere
T: Unconstrained,
impl<T> Constrained for Twhere
T: Unconstrained,
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]