pub struct VarIndex {
pub index: usize,
}Fields§
§index: usizeImplementations§
Trait Implementations§
impl Copy for VarIndex
impl Eq for VarIndex
Source§impl Ord for VarIndex
impl Ord for VarIndex
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for VarIndex
impl PartialOrd 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 UnsafeUnpin 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