pub struct BorTag(/* private fields */);
Expand description
Tracking pointer provenance
Implementations§
Trait Implementations§
source§impl Ord for BorTag
impl Ord for BorTag
source§impl PartialEq for BorTag
impl PartialEq for BorTag
source§impl PartialOrd for BorTag
impl PartialOrd for BorTag
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl VisitProvenance for BorTag
impl VisitProvenance for BorTag
fn visit_provenance(&self, visit: &mut VisitWith<'_>)
impl Copy for BorTag
impl Eq for BorTag
impl StructuralPartialEq for BorTag
Auto Trait Implementations§
impl Freeze for BorTag
impl RefUnwindSafe for BorTag
impl Send for BorTag
impl Sync for BorTag
impl Unpin for BorTag
impl UnwindSafe for BorTag
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