pub struct DsContext {
pub parent: Option<DsTreeRef>,
pub tree: DsTreeRef,
}Fields§
§parent: Option<DsTreeRef>§tree: DsTreeRefImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsContext
impl !RefUnwindSafe for DsContext
impl !Send for DsContext
impl !Sync for DsContext
impl Unpin for DsContext
impl UnsafeUnpin for DsContext
impl !UnwindSafe for DsContext
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