pub struct DescendantSchemaNodeid { /* private fields */ }Implementations§
Source§impl DescendantSchemaNodeid
impl DescendantSchemaNodeid
pub fn nodes(&self) -> &Vec<NodeIdentifier>
Trait Implementations§
Source§impl Clone for DescendantSchemaNodeid
impl Clone for DescendantSchemaNodeid
Source§fn clone(&self) -> DescendantSchemaNodeid
fn clone(&self) -> DescendantSchemaNodeid
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 DescendantSchemaNodeid
impl Debug for DescendantSchemaNodeid
Source§impl FromStr for DescendantSchemaNodeid
impl FromStr for DescendantSchemaNodeid
Source§impl PartialEq for DescendantSchemaNodeid
impl PartialEq for DescendantSchemaNodeid
Source§impl StmtArg for DescendantSchemaNodeid
impl StmtArg for DescendantSchemaNodeid
Source§impl ToString for DescendantSchemaNodeid
impl ToString for DescendantSchemaNodeid
impl StructuralPartialEq for DescendantSchemaNodeid
Auto Trait Implementations§
impl Freeze for DescendantSchemaNodeid
impl RefUnwindSafe for DescendantSchemaNodeid
impl Send for DescendantSchemaNodeid
impl Sync for DescendantSchemaNodeid
impl Unpin for DescendantSchemaNodeid
impl UnwindSafe for DescendantSchemaNodeid
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