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