pub struct TemplateSpanData {
pub expression: NodeIndex,
pub literal: NodeIndex,
}Expand description
Data for template spans
Fields§
§expression: NodeIndex§literal: NodeIndexTrait Implementations§
Source§impl Clone for TemplateSpanData
impl Clone for TemplateSpanData
Source§fn clone(&self) -> TemplateSpanData
fn clone(&self) -> TemplateSpanData
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 TemplateSpanData
impl Debug for TemplateSpanData
Source§impl<'de> Deserialize<'de> for TemplateSpanData
impl<'de> Deserialize<'de> for TemplateSpanData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TemplateSpanData
impl RefUnwindSafe for TemplateSpanData
impl Send for TemplateSpanData
impl Sync for TemplateSpanData
impl Unpin for TemplateSpanData
impl UnsafeUnpin for TemplateSpanData
impl UnwindSafe for TemplateSpanData
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