pub struct RoutineLanguageClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for RoutineLanguageClause
impl AstNode for RoutineLanguageClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for RoutineLanguageClause
impl Clone for RoutineLanguageClause
Source§fn clone(&self) -> RoutineLanguageClause
fn clone(&self) -> RoutineLanguageClause
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 RoutineLanguageClause
impl Debug for RoutineLanguageClause
impl Eq for RoutineLanguageClause
Source§impl Hash for RoutineLanguageClause
impl Hash for RoutineLanguageClause
Source§impl PartialEq for RoutineLanguageClause
impl PartialEq for RoutineLanguageClause
impl StructuralPartialEq for RoutineLanguageClause
Auto Trait Implementations§
impl !RefUnwindSafe for RoutineLanguageClause
impl !Send for RoutineLanguageClause
impl !Sync for RoutineLanguageClause
impl !UnwindSafe for RoutineLanguageClause
impl Freeze for RoutineLanguageClause
impl Unpin for RoutineLanguageClause
impl UnsafeUnpin for RoutineLanguageClause
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