pub enum SmtKind {
ReadData,
ReadInstr,
WriteData,
}Variants§
Auto Trait Implementations§
impl Freeze for SmtKind
impl RefUnwindSafe for SmtKind
impl Send for SmtKind
impl Sync for SmtKind
impl Unpin for SmtKind
impl UnwindSafe for SmtKind
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