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