pub struct StickyRc { /* private fields */ }Expand description
A reference counter that saturates at MAX (immortal objects).
Implementations§
Trait Implementations§
impl Eq for StickyRc
impl StructuralPartialEq for StickyRc
Auto Trait Implementations§
impl Freeze for StickyRc
impl RefUnwindSafe for StickyRc
impl Send for StickyRc
impl Sync for StickyRc
impl Unpin for StickyRc
impl UnsafeUnpin for StickyRc
impl UnwindSafe for StickyRc
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