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