Enum rust_corosync::cpg::Reason
source · [−]pub enum Reason {
Undefined,
Join,
Leave,
NodeDown,
NodeUp,
ProcDown,
}Expand description
Reason for cpg item callback
Variants
Undefined
Join
Leave
NodeDown
NodeUp
ProcDown
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Reason
impl Send for Reason
impl Sync for Reason
impl Unpin for Reason
impl UnwindSafe for Reason
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