pub struct GenerativeRow {
pub language: Symbol,
pub codec: Symbol,
pub space: ExprSpace,
}Expand description
One generated conformance row: language id, codec id, and expression space.
Fields§
§language: SymbolLanguage row measured by this generated conformance entry.
codec: SymbolCodec for encoding and decoding generated expressions for this row.
space: ExprSpaceExpression space sampled for this row.
Auto Trait Implementations§
impl !RefUnwindSafe for GenerativeRow
impl !UnwindSafe for GenerativeRow
impl Freeze for GenerativeRow
impl Send for GenerativeRow
impl Sync for GenerativeRow
impl Unpin for GenerativeRow
impl UnsafeUnpin for GenerativeRow
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