pub enum Was {
Data = 0,
Seed = 1,
}Expand description
Write as Seed
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Was
impl Eq for Was
impl StructuralPartialEq for Was
Auto Trait Implementations§
impl Freeze for Was
impl RefUnwindSafe for Was
impl Send for Was
impl Sync for Was
impl Unpin for Was
impl UnwindSafe for Was
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