pub struct XmlAttributeList { /* private fields */ }Implementations§
Source§impl XmlAttributeList
impl XmlAttributeList
pub fn expr_as_names(&self) -> AstChildren<ExprAsName> ⓘ
Trait Implementations§
Source§impl AstNode for XmlAttributeList
impl AstNode for XmlAttributeList
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 XmlAttributeList
impl Clone for XmlAttributeList
Source§fn clone(&self) -> XmlAttributeList
fn clone(&self) -> XmlAttributeList
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 XmlAttributeList
impl Debug for XmlAttributeList
Source§impl Hash for XmlAttributeList
impl Hash for XmlAttributeList
Source§impl PartialEq for XmlAttributeList
impl PartialEq for XmlAttributeList
impl Eq for XmlAttributeList
impl StructuralPartialEq for XmlAttributeList
Auto Trait Implementations§
impl Freeze for XmlAttributeList
impl !RefUnwindSafe for XmlAttributeList
impl !Send for XmlAttributeList
impl !Sync for XmlAttributeList
impl Unpin for XmlAttributeList
impl !UnwindSafe for XmlAttributeList
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