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