#[repr(u8)]
pub enum QoS {
No,
Processed,
Realtime,
RealtimeProcessed,
}Variants
No
Processed
Realtime
RealtimeProcessed
Implementations
Trait Implementations
impl Copy for QoS
Auto Trait Implementations
impl RefUnwindSafe for QoS
impl Send for QoS
impl Sync for QoS
impl Unpin for QoS
impl UnwindSafe for QoS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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