pub struct DsRoot { /* private fields */ }Implementations§
Source§impl DsRoot
impl DsRoot
pub fn get_parent(&self) -> Expr
pub fn get_content(&self) -> DsTreeRef
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsRoot
impl !RefUnwindSafe for DsRoot
impl !Send for DsRoot
impl !Sync for DsRoot
impl Unpin for DsRoot
impl UnsafeUnpin for DsRoot
impl !UnwindSafe for DsRoot
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