Enum redgold_schema::structs::NodeState
source · #[repr(i32)]pub enum NodeState {
Ready = 0,
Offline = 2,
Initializing = 3,
Downloading = 4,
Synchronizing = 5,
ShuttingDown = 6,
}Variants§
Implementations§
Trait Implementations§
source§impl Ord for NodeState
impl Ord for NodeState
source§impl PartialEq for NodeState
impl PartialEq for NodeState
source§impl PartialOrd for NodeState
impl PartialOrd for NodeState
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for NodeState
impl Eq for NodeState
impl StructuralEq for NodeState
impl StructuralPartialEq for NodeState
Auto Trait Implementations§
impl RefUnwindSafe for NodeState
impl Send for NodeState
impl Sync for NodeState
impl Unpin for NodeState
impl UnwindSafe for NodeState
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