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