pub struct ListMemberOn { /* private fields */ }Implementations§
Source§impl ListMemberOn
impl ListMemberOn
pub fn name_token(&self) -> Option<SyntaxToken>
pub fn name(&self) -> Option<String>
pub fn value_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ListMemberOn
impl AstNode for ListMemberOn
Source§fn can_cast(kind: SyntaxKind) -> bool
fn can_cast(kind: SyntaxKind) -> bool
Returns
true if a node with the given kind can be cast to Self.Source§fn cast(node: SyntaxNode) -> Option<Self>
fn cast(node: SyntaxNode) -> Option<Self>
Try to cast a generic
SyntaxNode into this typed wrapper.Source§fn syntax(&self) -> &SyntaxNode
fn syntax(&self) -> &SyntaxNode
Access the underlying
SyntaxNode.Source§impl Clone for ListMemberOn
impl Clone for ListMemberOn
Source§fn clone(&self) -> ListMemberOn
fn clone(&self) -> ListMemberOn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListMemberOn
impl Debug for ListMemberOn
Source§impl Display for ListMemberOn
impl Display for ListMemberOn
impl Eq for ListMemberOn
Source§impl Hash for ListMemberOn
impl Hash for ListMemberOn
Source§impl PartialEq for ListMemberOn
impl PartialEq for ListMemberOn
Source§fn eq(&self, other: &ListMemberOn) -> bool
fn eq(&self, other: &ListMemberOn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListMemberOn
Auto Trait Implementations§
impl !RefUnwindSafe for ListMemberOn
impl !Send for ListMemberOn
impl !Sync for ListMemberOn
impl !UnwindSafe for ListMemberOn
impl Freeze for ListMemberOn
impl Unpin for ListMemberOn
impl UnsafeUnpin for ListMemberOn
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