pub struct AxiomVal {
pub common: ConstantVal,
pub is_unsafe: bool,
}Expand description
Axiom declaration value.
Fields§
§common: ConstantValCommon fields.
is_unsafe: boolWhether this axiom is unsafe.
Trait Implementations§
impl StructuralPartialEq for AxiomVal
Auto Trait Implementations§
impl Freeze for AxiomVal
impl RefUnwindSafe for AxiomVal
impl Send for AxiomVal
impl Sync for AxiomVal
impl Unpin for AxiomVal
impl UnsafeUnpin for AxiomVal
impl UnwindSafe for AxiomVal
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