pub struct TemplateLiteralType {
pub elements: Vec<TemplateElementNode>,
pub types: Vec<Ty>,
}Fields§
§elements: Vec<TemplateElementNode>§types: Vec<Ty>Trait Implementations§
Source§impl Clone for TemplateLiteralType
impl Clone for TemplateLiteralType
Source§fn clone(&self) -> TemplateLiteralType
fn clone(&self) -> TemplateLiteralType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TemplateLiteralType
impl Debug for TemplateLiteralType
impl Eq for TemplateLiteralType
Source§impl PartialEq for TemplateLiteralType
impl PartialEq for TemplateLiteralType
impl StructuralPartialEq for TemplateLiteralType
Auto Trait Implementations§
impl Freeze for TemplateLiteralType
impl RefUnwindSafe for TemplateLiteralType
impl Send for TemplateLiteralType
impl Sync for TemplateLiteralType
impl Unpin for TemplateLiteralType
impl UnsafeUnpin for TemplateLiteralType
impl UnwindSafe for TemplateLiteralType
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