pub struct VarName(/* private fields */);Expand description
A variable or property identifier.
Implementations§
Trait Implementations§
Source§impl Ord for VarName
impl Ord for VarName
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 VarName
impl PartialOrd for VarName
impl Eq for VarName
impl StructuralPartialEq for VarName
Auto Trait Implementations§
impl Freeze for VarName
impl RefUnwindSafe for VarName
impl Send for VarName
impl Sync for VarName
impl Unpin for VarName
impl UnsafeUnpin for VarName
impl UnwindSafe for VarName
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