pub struct Forest { /* private fields */ }Implementations§
Source§impl Forest
impl Forest
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Forest
impl<'de> Deserialize<'de> for Forest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for Forest
impl !Send for Forest
impl !Sync for Forest
impl !UnwindSafe for Forest
impl Freeze for Forest
impl Unpin for Forest
impl UnsafeUnpin 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