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