pub struct BSTSmartPointerIntrusiveRefCount;
Expand description
Intrusive reference counting manager.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BSTSmartPointerIntrusiveRefCount
impl RefUnwindSafe for BSTSmartPointerIntrusiveRefCount
impl Send for BSTSmartPointerIntrusiveRefCount
impl Sync for BSTSmartPointerIntrusiveRefCount
impl Unpin for BSTSmartPointerIntrusiveRefCount
impl UnwindSafe for BSTSmartPointerIntrusiveRefCount
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