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