pub struct ContBox { /* private fields */ }Expand description
Container type used to support intrusive reference counting.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ContBox
impl !RefUnwindSafe for ContBox
impl !Send for ContBox
impl !Sync for ContBox
impl !UnwindSafe for ContBox
impl Unpin for ContBox
impl UnsafeUnpin for ContBox
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