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