pub struct Tree<U, T> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
impl<U, T> Eq for Tree<U, T>
impl<U, T> StructuralPartialEq for Tree<U, T>
Auto Trait Implementations§
impl<U, T> Freeze for Tree<U, T>
impl<U, T> RefUnwindSafe for Tree<U, T>where
U: RefUnwindSafe,
T: RefUnwindSafe,
impl<U, T> Send for Tree<U, T>
impl<U, T> Sync for Tree<U, T>
impl<U, T> Unpin for Tree<U, T>
impl<U, T> UnwindSafe for Tree<U, T>where
U: UnwindSafe,
T: UnwindSafe,
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