pub struct NodeList {
pub num: usize,
pub details: Vec<NodeDescriptor>,
}Fields§
§num: usize§details: Vec<NodeDescriptor>Trait Implementations§
Source§impl<T> From<&ServiceDynamicDetails<T>> for NodeListwhere
T: IceoryxService,
impl<T> From<&ServiceDynamicDetails<T>> for NodeListwhere
T: IceoryxService,
Source§fn from(details: &IceoryxServiceDynamicDetails<T>) -> Self
fn from(details: &IceoryxServiceDynamicDetails<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodeList
impl RefUnwindSafe for NodeList
impl Send for NodeList
impl Sync for NodeList
impl Unpin for NodeList
impl UnwindSafe for NodeList
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