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 TakeFrom<WireNodeAttributesQuery> for NodeAttributesQuery
impl TakeFrom<WireNodeAttributesQuery> for NodeAttributesQuery
Source§fn take_from(from: &WireNodeAttributesQuery) -> Self
fn take_from(from: &WireNodeAttributesQuery) -> 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<WireNodeAttributesQuery> for NodeAttributesQuery
impl TakeFrom<WireNodeAttributesQuery> for NodeAttributesQuery
Source§fn take_from(from: &WireNodeAttributesQuery) -> Self
fn take_from(from: &WireNodeAttributesQuery) -> 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 WireNodeAttributesQuery
impl ZeroPadding for WireNodeAttributesQuery
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