pub struct DefaultRefCount(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DefaultRefCount
impl !RefUnwindSafe for DefaultRefCount
impl Send for DefaultRefCount
impl !Sync for DefaultRefCount
impl Unpin for DefaultRefCount
impl UnwindSafe for DefaultRefCount
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