pub struct RefName(/* private fields */);Implementations§
Trait Implementations§
impl Eq for RefName
Source§impl Ord for RefName
impl Ord for RefName
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 RefName
impl PartialOrd for RefName
impl StructuralPartialEq for RefName
Auto Trait Implementations§
impl Freeze for RefName
impl RefUnwindSafe for RefName
impl Send for RefName
impl Sync for RefName
impl Unpin for RefName
impl UnsafeUnpin for RefName
impl UnwindSafe for RefName
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