pub enum PLW {
LOW,
MEDIUM,
HIGH,
VERYHIGH,
}
Expand description
Values that can be written to the field PL
Variants§
Auto Trait Implementations§
impl Freeze for PLW
impl RefUnwindSafe for PLW
impl Send for PLW
impl Sync for PLW
impl Unpin for PLW
impl UnwindSafe for PLW
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