pub struct TreeContextInfo { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TreeContextInfo
impl Clone for TreeContextInfo
Source§fn clone(&self) -> TreeContextInfo
fn clone(&self) -> TreeContextInfo
Returns a duplicate of the value. Read more
1.0.0 · 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 TreeContextInfo
impl Debug for TreeContextInfo
Source§impl Default for TreeContextInfo
impl Default for TreeContextInfo
Source§impl From<TreeContextInfo> for TreeContextInfo
impl From<TreeContextInfo> for TreeContextInfo
Source§fn from(value: TreeContextInfo) -> Self
fn from(value: TreeContextInfo) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TreeContextInfo> for TreeContextInfo
impl TryFrom<TreeContextInfo> for TreeContextInfo
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TreeContextInfo) -> Result<Self, ConversionError>
fn try_from(value: TreeContextInfo) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TreeContextInfo
impl RefUnwindSafe for TreeContextInfo
impl Send for TreeContextInfo
impl Sync for TreeContextInfo
impl Unpin for TreeContextInfo
impl UnsafeUnpin for TreeContextInfo
impl UnwindSafe for TreeContextInfo
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