pub struct StandardTracker { /* private fields */ }
Expand description
A simple standard tracker which can be used to track shared ownership references.
Implementations§
Trait Implementations§
Source§impl Debug for StandardTracker
impl Debug for StandardTracker
Source§impl Default for StandardTracker
impl Default for StandardTracker
Source§fn default() -> StandardTracker
fn default() -> StandardTracker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StandardTracker
impl !RefUnwindSafe for StandardTracker
impl !Send for StandardTracker
impl !Sync for StandardTracker
impl Unpin for StandardTracker
impl !UnwindSafe for StandardTracker
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