pub struct UsizeCount { /* private fields */ }Expand description
Single-threaded reference counter for entries.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for UsizeCount
impl !RefUnwindSafe for UsizeCount
impl Send for UsizeCount
impl !Sync for UsizeCount
impl Unpin for UsizeCount
impl UnwindSafe for UsizeCount
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