Enum eva_common::events::NodeStatus
source · [−]#[repr(i8)]
pub enum NodeStatus {
Online,
Offline,
Removed,
}Variants
Online
Offline
Removed
Trait Implementations
sourceimpl Clone for NodeStatus
impl Clone for NodeStatus
sourcefn clone(&self) -> NodeStatus
fn clone(&self) -> NodeStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NodeStatus
impl Debug for NodeStatus
sourceimpl<'de> Deserialize<'de> for NodeStatus
impl<'de> Deserialize<'de> for NodeStatus
sourcefn deserialize<D>(deserializer: D) -> Result<NodeStatus, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<NodeStatus, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl FromStr for NodeStatus
impl FromStr for NodeStatus
sourceimpl Serialize for NodeStatus
impl Serialize for NodeStatus
impl Copy for NodeStatus
Auto Trait Implementations
impl RefUnwindSafe for NodeStatus
impl Send for NodeStatus
impl Sync for NodeStatus
impl Unpin for NodeStatus
impl UnwindSafe for NodeStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more