pub struct SurfaceValueSpec {
pub symbol: Symbol,
pub fields: Vec<(Symbol, SurfaceField)>,
}Expand description
One exported value card: its symbol and its table fields.
Fields§
§symbol: SymbolThe card’s export symbol.
fields: Vec<(Symbol, SurfaceField)>The card’s table fields, in order.
Auto Trait Implementations§
impl Freeze for SurfaceValueSpec
impl RefUnwindSafe for SurfaceValueSpec
impl Send for SurfaceValueSpec
impl Sync for SurfaceValueSpec
impl Unpin for SurfaceValueSpec
impl UnsafeUnpin for SurfaceValueSpec
impl UnwindSafe for SurfaceValueSpec
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