pub enum ALERTW {
RELEASE,
DRIVE,
}
Expand description
Values that can be written to the field ALERT
Variants§
Auto Trait Implementations§
impl Freeze for ALERTW
impl RefUnwindSafe for ALERTW
impl Send for ALERTW
impl Sync for ALERTW
impl Unpin for ALERTW
impl UnwindSafe for ALERTW
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