Enum rust_corosync::cpg::Guarantee
source · [−]pub enum Guarantee {
TypeUnordered,
TypeFifo,
TypeAgreed,
TypeSafe,
}Expand description
Totem delivery guarantee options for mcast_joined
Variants
TypeUnordered
TypeFifo
TypeAgreed
TypeSafe
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Guarantee
impl Send for Guarantee
impl Sync for Guarantee
impl Unpin for Guarantee
impl UnwindSafe for Guarantee
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