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