pub struct ExprTable {
pub fields: Vec<TableField>,
pub span: Span,
}Expand description
table constructor, a list of fields
Fields§
§fields: Vec<TableField>§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprTable
impl RefUnwindSafe for ExprTable
impl Send for ExprTable
impl Sync for ExprTable
impl Unpin for ExprTable
impl UnwindSafe for ExprTable
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