pub struct XmlForestFn { /* private fields */ }Implementations§
Source§impl XmlForestFn
impl XmlForestFn
pub fn xml_attribute_list(&self) -> Option<XmlAttributeList>
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn xmlforest_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for XmlForestFn
impl AstNode for XmlForestFn
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for XmlForestFn
impl Clone for XmlForestFn
Source§fn clone(&self) -> XmlForestFn
fn clone(&self) -> XmlForestFn
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 XmlForestFn
impl Debug for XmlForestFn
Source§impl Hash for XmlForestFn
impl Hash for XmlForestFn
Source§impl PartialEq for XmlForestFn
impl PartialEq for XmlForestFn
impl Eq for XmlForestFn
impl StructuralPartialEq for XmlForestFn
Auto Trait Implementations§
impl Freeze for XmlForestFn
impl !RefUnwindSafe for XmlForestFn
impl !Send for XmlForestFn
impl !Sync for XmlForestFn
impl Unpin for XmlForestFn
impl !UnwindSafe for XmlForestFn
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