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