pub enum InstType {
Add,
Run,
Copy(CopyType),
}
Variants§
Implementations§
Trait Implementations§
impl Copy for InstType
impl Eq for InstType
impl StructuralPartialEq for InstType
Auto Trait Implementations§
impl Freeze for InstType
impl RefUnwindSafe for InstType
impl Send for InstType
impl Sync for InstType
impl Unpin for InstType
impl UnwindSafe for InstType
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