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