pub struct OptionsList { /* private fields */ }
Implementations§
Source§impl OptionsList
impl OptionsList
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn option_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for OptionsList
impl AstNode for OptionsList
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 OptionsList
impl Clone for OptionsList
Source§fn clone(&self) -> OptionsList
fn clone(&self) -> OptionsList
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 OptionsList
impl Debug for OptionsList
Source§impl From<OptionsList> for AlterTableAction
impl From<OptionsList> for AlterTableAction
Source§fn from(node: OptionsList) -> AlterTableAction
fn from(node: OptionsList) -> AlterTableAction
Converts to this type from the input type.
Source§impl Hash for OptionsList
impl Hash for OptionsList
Source§impl PartialEq for OptionsList
impl PartialEq for OptionsList
impl Eq for OptionsList
impl StructuralPartialEq for OptionsList
Auto Trait Implementations§
impl Freeze for OptionsList
impl !RefUnwindSafe for OptionsList
impl !Send for OptionsList
impl !Sync for OptionsList
impl Unpin for OptionsList
impl !UnwindSafe for OptionsList
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