pub enum ModalCheckWitnessSourceV0 {
ShorthandCombination(ShorthandCombinationProofV0),
StaticSupportsEval(StaticSupportsEvalWitnessV0),
ScopeFlatten(ScopeFlattenProofV0),
LayerFlatten(LayerFlattenProofV0),
}Variants§
ShorthandCombination(ShorthandCombinationProofV0)
StaticSupportsEval(StaticSupportsEvalWitnessV0)
ScopeFlatten(ScopeFlattenProofV0)
LayerFlatten(LayerFlattenProofV0)
Trait Implementations§
Source§impl Clone for ModalCheckWitnessSourceV0
impl Clone for ModalCheckWitnessSourceV0
Source§fn clone(&self) -> ModalCheckWitnessSourceV0
fn clone(&self) -> ModalCheckWitnessSourceV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModalCheckWitnessSourceV0
impl Debug for ModalCheckWitnessSourceV0
impl Eq for ModalCheckWitnessSourceV0
Source§impl PartialEq for ModalCheckWitnessSourceV0
impl PartialEq for ModalCheckWitnessSourceV0
Source§fn eq(&self, other: &ModalCheckWitnessSourceV0) -> bool
fn eq(&self, other: &ModalCheckWitnessSourceV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModalCheckWitnessSourceV0
Auto Trait Implementations§
impl Freeze for ModalCheckWitnessSourceV0
impl RefUnwindSafe for ModalCheckWitnessSourceV0
impl Send for ModalCheckWitnessSourceV0
impl Sync for ModalCheckWitnessSourceV0
impl Unpin for ModalCheckWitnessSourceV0
impl UnsafeUnpin for ModalCheckWitnessSourceV0
impl UnwindSafe for ModalCheckWitnessSourceV0
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