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