pub struct NodeDescriptor { /* private fields */ }Trait Implementations§
source§impl<T> From<&NodeState<T>> for NodeDescriptorwhere
T: IceoryxService,
impl<T> From<&NodeState<T>> for NodeDescriptorwhere
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 NodeDescriptor
impl RefUnwindSafe for NodeDescriptor
impl Send for NodeDescriptor
impl Sync for NodeDescriptor
impl Unpin for NodeDescriptor
impl UnwindSafe for NodeDescriptor
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