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