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