pub struct TemplateSubstitution<'tree> {
pub span: Span,
pub children: TemplateSubstitutionChildren<'tree>,
}Fields§
§span: Span§children: TemplateSubstitutionChildren<'tree>Trait Implementations§
Source§impl<'tree> Clone for TemplateSubstitution<'tree>
impl<'tree> Clone for TemplateSubstitution<'tree>
Source§fn clone(&self) -> TemplateSubstitution<'tree>
fn clone(&self) -> TemplateSubstitution<'tree>
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<'tree> Debug for TemplateSubstitution<'tree>
impl<'tree> Debug for TemplateSubstitution<'tree>
Source§impl<'tree> FromNode<'tree> for TemplateSubstitution<'tree>
impl<'tree> FromNode<'tree> for TemplateSubstitution<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TemplateSubstitution<'tree>
impl<'tree> RefUnwindSafe for TemplateSubstitution<'tree>
impl<'tree> Send for TemplateSubstitution<'tree>
impl<'tree> Sync for TemplateSubstitution<'tree>
impl<'tree> Unpin for TemplateSubstitution<'tree>
impl<'tree> UnsafeUnpin for TemplateSubstitution<'tree>
impl<'tree> UnwindSafe for TemplateSubstitution<'tree>
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