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