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