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