pub struct PropertiesList { /* private fields */ }Implementations§
Source§impl PropertiesList
impl PropertiesList
pub fn expr_as_name_list(&self) -> Option<ExprAsNameList>
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn properties_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for PropertiesList
impl AstNode for PropertiesList
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 PropertiesList
impl Clone for PropertiesList
Source§fn clone(&self) -> PropertiesList
fn clone(&self) -> PropertiesList
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 PropertiesList
impl Debug for PropertiesList
Source§impl From<PropertiesList> for ElementTableProperties
impl From<PropertiesList> for ElementTableProperties
Source§fn from(node: PropertiesList) -> ElementTableProperties
fn from(node: PropertiesList) -> ElementTableProperties
Converts to this type from the input type.
Source§impl Hash for PropertiesList
impl Hash for PropertiesList
Source§impl PartialEq for PropertiesList
impl PartialEq for PropertiesList
impl Eq for PropertiesList
impl StructuralPartialEq for PropertiesList
Auto Trait Implementations§
impl Freeze for PropertiesList
impl !RefUnwindSafe for PropertiesList
impl !Send for PropertiesList
impl !Sync for PropertiesList
impl Unpin for PropertiesList
impl UnsafeUnpin for PropertiesList
impl !UnwindSafe for PropertiesList
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