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