pub struct VarIndex(/* private fields */);Implementations§
Trait Implementations§
source§impl PartialEq for VarIndex
impl PartialEq for VarIndex
impl Copy for VarIndex
impl Eq for VarIndex
impl StructuralPartialEq for VarIndex
Auto Trait Implementations§
impl Freeze for VarIndex
impl RefUnwindSafe for VarIndex
impl Send for VarIndex
impl Sync for VarIndex
impl Unpin for VarIndex
impl UnwindSafe for VarIndex
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