pub struct NameTree { /* private fields */ }Expand description
Name tree structure
Implementations§
Source§impl NameTree
impl NameTree
Sourcepub fn to_dict(&self) -> Dictionary
pub fn to_dict(&self) -> Dictionary
Convert to dictionary
Sourcepub fn from_dict(dict: &Dictionary) -> Result<Self>
pub fn from_dict(dict: &Dictionary) -> Result<Self>
Create from existing dictionary
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameTree
impl RefUnwindSafe for NameTree
impl Send for NameTree
impl Sync for NameTree
impl Unpin for NameTree
impl UnwindSafe for NameTree
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