Enum rust_corosync::votequorum::NodeState [−][src]
pub enum NodeState {
Member,
Dead,
Leaving,
Unknown,
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeStateimpl UnwindSafe for NodeState