pub struct CreateView { /* private fields */ }Implementations§
Source§impl CreateView
impl CreateView
pub fn column_list(&self) -> Option<ColumnList>
pub fn or_replace(&self) -> Option<OrReplace>
pub fn path(&self) -> Option<Path>
pub fn query(&self) -> Option<SelectVariant>
pub fn with_params(&self) -> Option<WithParams>
pub fn as_token(&self) -> Option<SyntaxToken>
pub fn cascaded_token(&self) -> Option<SyntaxToken>
pub fn check_token(&self) -> Option<SyntaxToken>
pub fn create_token(&self) -> Option<SyntaxToken>
pub fn local_token(&self) -> Option<SyntaxToken>
pub fn option_token(&self) -> Option<SyntaxToken>
pub fn recursive_token(&self) -> Option<SyntaxToken>
pub fn temp_token(&self) -> Option<SyntaxToken>
pub fn temporary_token(&self) -> Option<SyntaxToken>
pub fn view_token(&self) -> Option<SyntaxToken>
pub fn with_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for CreateView
impl AstNode for CreateView
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 CreateView
impl Clone for CreateView
Source§fn clone(&self) -> CreateView
fn clone(&self) -> CreateView
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 CreateView
impl Debug for CreateView
Source§impl From<CreateView> for SchemaElement
impl From<CreateView> for SchemaElement
Source§fn from(node: CreateView) -> SchemaElement
fn from(node: CreateView) -> SchemaElement
Converts to this type from the input type.
Source§impl From<CreateView> for Stmt
impl From<CreateView> for Stmt
Source§fn from(node: CreateView) -> Stmt
fn from(node: CreateView) -> Stmt
Converts to this type from the input type.
Source§impl Hash for CreateView
impl Hash for CreateView
Source§impl PartialEq for CreateView
impl PartialEq for CreateView
impl Eq for CreateView
impl StructuralPartialEq for CreateView
Auto Trait Implementations§
impl Freeze for CreateView
impl !RefUnwindSafe for CreateView
impl !Send for CreateView
impl !Sync for CreateView
impl Unpin for CreateView
impl !UnwindSafe for CreateView
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