pub struct NodeDescription { /* private fields */ }Trait Implementations§
source§impl<T> From<&NodeState<T>> for NodeDescriptionwhere
T: IceoryxService,
impl<T> From<&NodeState<T>> for NodeDescriptionwhere
T: IceoryxService,
source§fn from(node: &IceoryxNodeState<T>) -> Self
fn from(node: &IceoryxNodeState<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodeDescription
impl RefUnwindSafe for NodeDescription
impl Send for NodeDescription
impl Sync for NodeDescription
impl Unpin for NodeDescription
impl UnwindSafe for NodeDescription
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