pub enum Guarantee {
TypeUnordered,
TypeFifo,
TypeAgreed,
TypeSafe,
}Expand description
Totem delivery guarantee options for mcast_joined
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Guarantee
impl RefUnwindSafe for Guarantee
impl Send for Guarantee
impl Sync for Guarantee
impl Unpin for Guarantee
impl UnwindSafe for Guarantee
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more