pub struct NodeSetStatus {
pub status: String,
pub code: u64,
}Expand description
Status of a node set change element.
Fields§
§status: StringStatus symbol.
code: u64Status code.
Trait Implementations§
Source§impl Debug for NodeSetStatus
impl Debug for NodeSetStatus
Auto Trait Implementations§
impl Freeze for NodeSetStatus
impl RefUnwindSafe for NodeSetStatus
impl Send for NodeSetStatus
impl Sync for NodeSetStatus
impl Unpin for NodeSetStatus
impl UnwindSafe for NodeSetStatus
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