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