pub struct ConfigTree { /* private fields */ }Implementations§
Source§impl ConfigTree
impl ConfigTree
pub fn end(&self) -> bool
pub unsafe fn raw_next(&self) -> UniquePtr<ConfigTree>
pub unsafe fn unique(&self) -> UniquePtr<ConfigTree>
pub unsafe fn parent(&self) -> UniquePtr<ConfigTree>
pub unsafe fn child(&self) -> UniquePtr<ConfigTree>
pub fn tag(&self) -> String
pub fn full_tag(&self) -> String
pub fn value(&self) -> String
Trait Implementations§
Source§impl ExternType for ConfigTree
impl ExternType for ConfigTree
impl UniquePtrTarget for ConfigTree
Auto Trait Implementations§
impl !Freeze for ConfigTree
impl RefUnwindSafe for ConfigTree
impl !Send for ConfigTree
impl !Sync for ConfigTree
impl !Unpin for ConfigTree
impl UnwindSafe for ConfigTree
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