pub struct AlterView { /* private fields */ }
Implementations§
Source§impl AlterView
impl AlterView
pub fn name_ref(&self) -> Option<NameRef>
pub fn alter_token(&self) -> Option<SyntaxToken>
pub fn view_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AlterView
impl AstNode for AlterView
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,
impl Eq for AlterView
impl StructuralPartialEq for AlterView
Auto Trait Implementations§
impl Freeze for AlterView
impl !RefUnwindSafe for AlterView
impl !Send for AlterView
impl !Sync for AlterView
impl Unpin for AlterView
impl !UnwindSafe for AlterView
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