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