pub enum QOS {
AtMostOnce,
AtLeastOnce,
ExactlyOnce,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for QOS
impl RefUnwindSafe for QOS
impl Send for QOS
impl Sync for QOS
impl Unpin for QOS
impl UnwindSafe for QOS
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