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