pub struct QuotVal {
pub common: ConstantVal,
pub kind: QuotKind,
}Expand description
Quotient declaration value.
Fields§
§common: ConstantValCommon fields.
kind: QuotKindWhich quotient component.
Trait Implementations§
impl StructuralPartialEq for QuotVal
Auto Trait Implementations§
impl Freeze for QuotVal
impl RefUnwindSafe for QuotVal
impl Send for QuotVal
impl Sync for QuotVal
impl Unpin for QuotVal
impl UnsafeUnpin for QuotVal
impl UnwindSafe for QuotVal
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