pub enum PackedNotificationType {
Enable,
Disable,
Desc(u16),
}Variants§
Auto Trait Implementations§
impl Freeze for PackedNotificationType
impl RefUnwindSafe for PackedNotificationType
impl Send for PackedNotificationType
impl Sync for PackedNotificationType
impl Unpin for PackedNotificationType
impl UnwindSafe for PackedNotificationType
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