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