pub struct NodeSetStatusList {
pub statuses: Vec<NodeSetStatus>,
}Expand description
List of statuses for a node set change.
Fields§
§statuses: Vec<NodeSetStatus>Node set statuses.
Trait Implementations§
Source§impl Debug for NodeSetStatusList
impl Debug for NodeSetStatusList
Auto Trait Implementations§
impl Freeze for NodeSetStatusList
impl RefUnwindSafe for NodeSetStatusList
impl Send for NodeSetStatusList
impl Sync for NodeSetStatusList
impl Unpin for NodeSetStatusList
impl UnwindSafe for NodeSetStatusList
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