pub struct DsTree { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsTree
impl !RefUnwindSafe for DsTree
impl !Send for DsTree
impl !Sync for DsTree
impl Unpin for DsTree
impl UnsafeUnpin for DsTree
impl !UnwindSafe for DsTree
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