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