pub enum INSTRUCTION {
OnceDelayWriteMs(u64),
AlwaysDelayWriteMs(u64),
}
Variants§
Auto Trait Implementations§
impl Freeze for INSTRUCTION
impl RefUnwindSafe for INSTRUCTION
impl Send for INSTRUCTION
impl Sync for INSTRUCTION
impl Unpin for INSTRUCTION
impl UnwindSafe for INSTRUCTION
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