pub struct TaggedReference { /* private fields */ }Expand description
A name plus tag reference.
Implementations§
Trait Implementations§
Source§impl Clone for TaggedReference
impl Clone for TaggedReference
Source§fn clone(&self) -> TaggedReference
fn clone(&self) -> TaggedReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TaggedReference
impl Debug for TaggedReference
Source§impl Display for TaggedReference
impl Display for TaggedReference
Source§impl Hash for TaggedReference
impl Hash for TaggedReference
Source§impl Ord for TaggedReference
impl Ord for TaggedReference
Source§fn cmp(&self, other: &TaggedReference) -> Ordering
fn cmp(&self, other: &TaggedReference) -> Ordering
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 PartialEq for TaggedReference
impl PartialEq for TaggedReference
Source§fn eq(&self, other: &TaggedReference) -> bool
fn eq(&self, other: &TaggedReference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TaggedReference
impl PartialOrd for TaggedReference
impl Eq for TaggedReference
impl StructuralPartialEq for TaggedReference
Auto Trait Implementations§
impl Freeze for TaggedReference
impl RefUnwindSafe for TaggedReference
impl Send for TaggedReference
impl Sync for TaggedReference
impl Unpin for TaggedReference
impl UnsafeUnpin for TaggedReference
impl UnwindSafe for TaggedReference
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