pub struct GetRootAxNode { /* private fields */ }Expand description
Fetches the root node. Requires enable() to have been called previously.
EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Source§impl GetRootAxNode
impl GetRootAxNode
Trait Implementations§
Source§impl Clone for GetRootAxNode
impl Clone for GetRootAxNode
Source§fn clone(&self) -> GetRootAxNode
fn clone(&self) -> GetRootAxNode
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 GetRootAxNode
impl Debug for GetRootAxNode
Auto Trait Implementations§
impl Freeze for GetRootAxNode
impl RefUnwindSafe for GetRootAxNode
impl Send for GetRootAxNode
impl Sync for GetRootAxNode
impl Unpin for GetRootAxNode
impl UnsafeUnpin for GetRootAxNode
impl UnwindSafe for GetRootAxNode
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