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