pub enum RedundancyProperty {
RAT,
PR,
}
Expand description
The redundancy property to use for inference checks.
Variants§
Implementations§
Source§impl RedundancyProperty
impl RedundancyProperty
Sourcepub fn file_extension(&self) -> &str
pub fn file_extension(&self) -> &str
Give the canonical file extension for proofs based on this redundancy property.
Trait Implementations§
Source§impl Clone for RedundancyProperty
impl Clone for RedundancyProperty
Source§fn clone(&self) -> RedundancyProperty
fn clone(&self) -> RedundancyProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RedundancyProperty
impl Debug for RedundancyProperty
Source§impl<'de> Deserialize<'de> for RedundancyProperty
impl<'de> Deserialize<'de> for RedundancyProperty
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RedundancyProperty
impl Display for RedundancyProperty
Source§impl PartialEq for RedundancyProperty
impl PartialEq for RedundancyProperty
Source§impl Serialize for RedundancyProperty
impl Serialize for RedundancyProperty
impl Copy for RedundancyProperty
impl Eq for RedundancyProperty
impl StructuralPartialEq for RedundancyProperty
Auto Trait Implementations§
impl Freeze for RedundancyProperty
impl RefUnwindSafe for RedundancyProperty
impl Send for RedundancyProperty
impl Sync for RedundancyProperty
impl Unpin for RedundancyProperty
impl UnwindSafe for RedundancyProperty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> HeapSpace for Twhere
T: Copy,
impl<T> HeapSpace for Twhere
T: Copy,
Source§fn heap_space(&self) -> usize
fn heap_space(&self) -> usize
The number of bytes allocated on the heap that this owns.