pub struct TagReference { /* private fields */ }Expand description
A tag reference.
Implementations§
Source§impl TagReference
impl TagReference
Trait Implementations§
Source§impl Clone for TagReference
impl Clone for TagReference
Source§fn clone(&self) -> TagReference
fn clone(&self) -> TagReference
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 TagReference
impl Debug for TagReference
Source§impl Hash for TagReference
impl Hash for TagReference
Source§impl Ord for TagReference
impl Ord for TagReference
Source§fn cmp(&self, other: &TagReference) -> Ordering
fn cmp(&self, other: &TagReference) -> 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 TagReference
impl PartialEq for TagReference
Source§fn eq(&self, other: &TagReference) -> bool
fn eq(&self, other: &TagReference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TagReference
impl PartialOrd for TagReference
impl Eq for TagReference
impl StructuralPartialEq for TagReference
Auto Trait Implementations§
impl Freeze for TagReference
impl RefUnwindSafe for TagReference
impl Send for TagReference
impl Sync for TagReference
impl Unpin for TagReference
impl UnsafeUnpin for TagReference
impl UnwindSafe for TagReference
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