pub struct QuotientDescription {
pub base_name: String,
pub relation_name: String,
pub finite_model_size: Option<usize>,
}Expand description
Description of a quotient type for display purposes.
Fields§
§base_name: StringDisplay name of the base type.
relation_name: StringDisplay name of the relation.
finite_model_size: Option<usize>Number of elements in a finite model (if known).
Implementations§
Auto Trait Implementations§
impl Freeze for QuotientDescription
impl RefUnwindSafe for QuotientDescription
impl Send for QuotientDescription
impl Sync for QuotientDescription
impl Unpin for QuotientDescription
impl UnsafeUnpin for QuotientDescription
impl UnwindSafe for QuotientDescription
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