pub struct Parenthetical { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for Parenthetical
impl AstNode for Parenthetical
Source§fn can_cast(kind: SyntaxKind) -> bool
fn can_cast(kind: SyntaxKind) -> bool
Returns
true for a node with a SyntaxKind this type can wrap.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 Parenthetical
impl Clone for Parenthetical
Source§fn clone(&self) -> Parenthetical
fn clone(&self) -> Parenthetical
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 Parenthetical
impl Debug for Parenthetical
Source§impl Display for Parenthetical
impl Display for Parenthetical
impl Eq for Parenthetical
Source§impl Hash for Parenthetical
impl Hash for Parenthetical
Source§impl PartialEq for Parenthetical
impl PartialEq for Parenthetical
impl StructuralPartialEq for Parenthetical
Auto Trait Implementations§
impl !RefUnwindSafe for Parenthetical
impl !Send for Parenthetical
impl !Sync for Parenthetical
impl !UnwindSafe for Parenthetical
impl Freeze for Parenthetical
impl Unpin for Parenthetical
impl UnsafeUnpin for Parenthetical
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