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