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