pub enum NodeStatusVersion {
V1,
}Expand description
Version of the NodeStatus structure returned from node_status_get
Variants§
V1
Trait Implementations§
Source§impl Clone for NodeStatusVersion
impl Clone for NodeStatusVersion
Source§fn clone(&self) -> NodeStatusVersion
fn clone(&self) -> NodeStatusVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NodeStatusVersion
impl Debug for NodeStatusVersion
impl Copy for NodeStatusVersion
Auto Trait Implementations§
impl Freeze for NodeStatusVersion
impl RefUnwindSafe for NodeStatusVersion
impl Send for NodeStatusVersion
impl Sync for NodeStatusVersion
impl Unpin for NodeStatusVersion
impl UnwindSafe for NodeStatusVersion
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