pub struct NodeBusTopologyGetResponse {
pub path: Vec<BusInfo>,
}Fields§
§path: Vec<BusInfo>Trait Implementations§
Source§impl Clone for NodeBusTopologyGetResponse
impl Clone for NodeBusTopologyGetResponse
Source§fn clone(&self) -> NodeBusTopologyGetResponse
fn clone(&self) -> NodeBusTopologyGetResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NodeBusTopologyGetResponse
impl Debug for NodeBusTopologyGetResponse
Source§impl<___E> Encode<NodeBusTopologyGetResponse<'static>, ___E> for NodeBusTopologyGetResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<___E> Encode<NodeBusTopologyGetResponse<'static>, ___E> for NodeBusTopologyGetResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<NodeBusTopologyGetResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<NodeBusTopologyGetResponse<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'a, ___E> Encode<NodeBusTopologyGetResponse<'static>, ___E> for &'a NodeBusTopologyGetResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<'a, ___E> Encode<NodeBusTopologyGetResponse<'static>, ___E> for &'a NodeBusTopologyGetResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<NodeBusTopologyGetResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<NodeBusTopologyGetResponse<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> EncodeOption<Box<'static, NodeBusTopologyGetResponse<'static>>, ___E> for NodeBusTopologyGetResponsewhere
___E: Encoder + ?Sized,
NodeBusTopologyGetResponse: Encode<NodeBusTopologyGetResponse<'static>, ___E>,
impl<___E> EncodeOption<Box<'static, NodeBusTopologyGetResponse<'static>>, ___E> for NodeBusTopologyGetResponsewhere
___E: Encoder + ?Sized,
NodeBusTopologyGetResponse: Encode<NodeBusTopologyGetResponse<'static>, ___E>,
Source§fn encode_option(
this: Option<NodeBusTopologyGetResponse>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, NodeBusTopologyGetResponse<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<NodeBusTopologyGetResponse>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, NodeBusTopologyGetResponse<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<'a, ___E> EncodeOption<Box<'static, NodeBusTopologyGetResponse<'static>>, ___E> for &'a NodeBusTopologyGetResponsewhere
___E: Encoder + ?Sized,
&'a NodeBusTopologyGetResponse: Encode<NodeBusTopologyGetResponse<'static>, ___E>,
impl<'a, ___E> EncodeOption<Box<'static, NodeBusTopologyGetResponse<'static>>, ___E> for &'a NodeBusTopologyGetResponsewhere
___E: Encoder + ?Sized,
&'a NodeBusTopologyGetResponse: Encode<NodeBusTopologyGetResponse<'static>, ___E>,
Source§fn encode_option(
this: Option<&'a NodeBusTopologyGetResponse>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, NodeBusTopologyGetResponse<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<&'a NodeBusTopologyGetResponse>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, NodeBusTopologyGetResponse<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<'de> FromWire<NodeBusTopologyGetResponse<'de>> for NodeBusTopologyGetResponse
impl<'de> FromWire<NodeBusTopologyGetResponse<'de>> for NodeBusTopologyGetResponse
Source§fn from_wire(
wire: NodeBusTopologyGetResponse<'de>,
) -> NodeBusTopologyGetResponse
fn from_wire( wire: NodeBusTopologyGetResponse<'de>, ) -> NodeBusTopologyGetResponse
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<NodeBusTopologyGetResponse<'de>> for NodeBusTopologyGetResponse
impl<'de> FromWireRef<NodeBusTopologyGetResponse<'de>> for NodeBusTopologyGetResponse
Source§fn from_wire_ref(
wire: &NodeBusTopologyGetResponse<'de>,
) -> NodeBusTopologyGetResponse
fn from_wire_ref( wire: &NodeBusTopologyGetResponse<'de>, ) -> NodeBusTopologyGetResponse
Converts the given reference to this type.
impl StructuralPartialEq for NodeBusTopologyGetResponse
Auto Trait Implementations§
impl Freeze for NodeBusTopologyGetResponse
impl RefUnwindSafe for NodeBusTopologyGetResponse
impl Send for NodeBusTopologyGetResponse
impl Sync for NodeBusTopologyGetResponse
impl Unpin for NodeBusTopologyGetResponse
impl UnsafeUnpin for NodeBusTopologyGetResponse
impl UnwindSafe for NodeBusTopologyGetResponse
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, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§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]