pub struct SmartTree;Implementations§
Auto Trait Implementations§
impl Freeze for SmartTree
impl RefUnwindSafe for SmartTree
impl Send for SmartTree
impl Sync for SmartTree
impl Unpin for SmartTree
impl UnsafeUnpin for SmartTree
impl UnwindSafe for SmartTree
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