pub struct Forest(/* private fields */);
Implementations§
Trait Implementations§
impl StructuralPartialEq for Forest
Auto Trait Implementations§
impl Freeze for Forest
impl !RefUnwindSafe for Forest
impl !Send for Forest
impl !Sync for Forest
impl Unpin for Forest
impl !UnwindSafe for Forest
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