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