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