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