pub struct WireNodeAttributesQuery { /* private fields */ }
Expand description
The wire type corresponding to NodeAttributesQuery
.
Trait Implementations§
Source§impl Clone for WireNodeAttributesQuery
impl Clone for WireNodeAttributesQuery
Source§fn clone(&self) -> WireNodeAttributesQuery
fn clone(&self) -> WireNodeAttributesQuery
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 WireNodeAttributesQuery
impl Debug for WireNodeAttributesQuery
Source§impl<___D> Decode<___D> for WireNodeAttributesQuerywhere
___D: ?Sized,
impl<___D> Decode<___D> for WireNodeAttributesQuerywhere
___D: ?Sized,
Source§impl From<NodeAttributesQuery> for WireNodeAttributesQuery
impl From<NodeAttributesQuery> for WireNodeAttributesQuery
Source§fn from(natural: NodeAttributesQuery) -> Self
fn from(natural: NodeAttributesQuery) -> Self
Converts to this type from the input type.
Source§impl From<WireNodeAttributesQuery> for NodeAttributesQuery
impl From<WireNodeAttributesQuery> for NodeAttributesQuery
Source§fn from(wire: WireNodeAttributesQuery) -> Self
fn from(wire: WireNodeAttributesQuery) -> Self
Converts to this type from the input type.
Source§impl FromWire<WireNodeAttributesQuery> for NodeAttributesQuery
impl FromWire<WireNodeAttributesQuery> for NodeAttributesQuery
Source§fn from_wire(wire: WireNodeAttributesQuery) -> Self
fn from_wire(wire: WireNodeAttributesQuery) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireNodeAttributesQuery> for NodeAttributesQuery
impl FromWireRef<WireNodeAttributesQuery> for NodeAttributesQuery
Source§fn from_wire_ref(wire: &WireNodeAttributesQuery) -> Self
fn from_wire_ref(wire: &WireNodeAttributesQuery) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireNodeAttributesQuery
impl Wire for WireNodeAttributesQuery
Source§type Decoded<'de> = WireNodeAttributesQuery
type Decoded<'de> = WireNodeAttributesQuery
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 WireNodeAttributesQuery
Auto Trait Implementations§
impl Freeze for WireNodeAttributesQuery
impl RefUnwindSafe for WireNodeAttributesQuery
impl Send for WireNodeAttributesQuery
impl Sync for WireNodeAttributesQuery
impl Unpin for WireNodeAttributesQuery
impl UnwindSafe for WireNodeAttributesQuery
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