pub enum U8Field {
Disabled,
Enabled,
Value(u8),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U8Field
impl RefUnwindSafe for U8Field
impl Send for U8Field
impl Sync for U8Field
impl Unpin for U8Field
impl UnsafeUnpin for U8Field
impl UnwindSafe for U8Field
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