pub enum OpMarker {
I32,
NONE,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpMarker
impl RefUnwindSafe for OpMarker
impl Send for OpMarker
impl Sync for OpMarker
impl Unpin for OpMarker
impl UnwindSafe for OpMarker
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