Enum rust_corosync::cpg::Guarantee [−][src]
pub enum Guarantee {
TypeUnordered,
TypeFifo,
TypeAgreed,
TypeSafe,
}Expand description
Totem delivery guarantee options for mcast_joined
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Guaranteeimpl UnwindSafe for GuaranteeBlanket Implementations
Mutably borrows from an owned value. Read more