pub struct CreateView { /* private fields */ }
Implementations§
Source§impl CreateView
impl CreateView
pub fn name_ref(&self) -> Option<NameRef>
pub fn create_token(&self) -> Option<SyntaxToken>
pub fn view_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 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