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