pub enum EdgeOp {
Nop,
Move,
Copy,
Const,
Immut,
Mut,
Deref,
Field(usize),
Downcast(String),
Index,
ConstIndex,
SubSlice,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeOp
impl RefUnwindSafe for EdgeOp
impl Send for EdgeOp
impl Sync for EdgeOp
impl Unpin for EdgeOp
impl UnwindSafe for EdgeOp
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