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