pub struct TwigLiteralNull { /* private fields */ }
Trait Implementations§
Source§impl AstNode for TwigLiteralNull
impl AstNode for TwigLiteralNull
type Language = TemplateLanguage
fn can_cast(kind: <Self::Language as Language>::Kind) -> boolwhere
Self: Sized,
fn cast(node: SyntaxNode<Self::Language>) -> Option<Self>where
Self: Sized,
fn syntax(&self) -> &SyntaxNode<Self::Language>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for TwigLiteralNull
impl Clone for TwigLiteralNull
Source§fn clone(&self) -> TwigLiteralNull
fn clone(&self) -> TwigLiteralNull
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 TwigLiteralNull
impl Debug for TwigLiteralNull
Source§impl Display for TwigLiteralNull
impl Display for TwigLiteralNull
Source§impl Hash for TwigLiteralNull
impl Hash for TwigLiteralNull
Source§impl PartialEq for TwigLiteralNull
impl PartialEq for TwigLiteralNull
impl Eq for TwigLiteralNull
impl StructuralPartialEq for TwigLiteralNull
Auto Trait Implementations§
impl Freeze for TwigLiteralNull
impl !RefUnwindSafe for TwigLiteralNull
impl !Send for TwigLiteralNull
impl !Sync for TwigLiteralNull
impl Unpin for TwigLiteralNull
impl !UnwindSafe for TwigLiteralNull
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