pub struct TreeContext { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TreeContext
impl Clone for TreeContext
Source§fn clone(&self) -> TreeContext
fn clone(&self) -> TreeContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TreeContext
impl Debug for TreeContext
Source§impl Default for TreeContext
impl Default for TreeContext
Source§fn default() -> TreeContext
fn default() -> TreeContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TreeContext
impl RefUnwindSafe for TreeContext
impl Send for TreeContext
impl Sync for TreeContext
impl Unpin for TreeContext
impl UnsafeUnpin for TreeContext
impl UnwindSafe for TreeContext
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