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