pub struct ExprTemplateType {
pub id: NodeId,
pub pos: Position,
pub span: Span,
pub parts: Vec<Box<Expr>>,
}Fields§
§id: NodeId§pos: Position§span: Span§parts: Vec<Box<Expr>>Trait Implementations§
Source§impl Clone for ExprTemplateType
impl Clone for ExprTemplateType
Source§fn clone(&self) -> ExprTemplateType
fn clone(&self) -> ExprTemplateType
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 moreAuto Trait Implementations§
impl Freeze for ExprTemplateType
impl RefUnwindSafe for ExprTemplateType
impl Send for ExprTemplateType
impl Sync for ExprTemplateType
impl Unpin for ExprTemplateType
impl UnwindSafe for ExprTemplateType
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