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