pub struct TreeData { /* private fields */ }Expand description
TreeData represents the data to be stored in the tree for a given key.
Trait Implementations§
impl Eq for TreeData
impl StructuralPartialEq for TreeData
Auto Trait Implementations§
impl Freeze for TreeData
impl RefUnwindSafe for TreeData
impl Send for TreeData
impl Sync for TreeData
impl Unpin for TreeData
impl UnwindSafe for TreeData
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