pub struct TemplateLiteralTypeData {
pub head: NodeIndex,
pub template_spans: NodeList,
}Expand description
Data for template literal types
Fields§
§head: NodeIndex§template_spans: NodeListTrait Implementations§
Source§impl Clone for TemplateLiteralTypeData
impl Clone for TemplateLiteralTypeData
Source§fn clone(&self) -> TemplateLiteralTypeData
fn clone(&self) -> TemplateLiteralTypeData
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 TemplateLiteralTypeData
impl Debug for TemplateLiteralTypeData
Source§impl<'de> Deserialize<'de> for TemplateLiteralTypeData
impl<'de> Deserialize<'de> for TemplateLiteralTypeData
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 TemplateLiteralTypeData
impl RefUnwindSafe for TemplateLiteralTypeData
impl Send for TemplateLiteralTypeData
impl Sync for TemplateLiteralTypeData
impl Unpin for TemplateLiteralTypeData
impl UnsafeUnpin for TemplateLiteralTypeData
impl UnwindSafe for TemplateLiteralTypeData
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