pub enum LayerProofKind {
Sumcheck,
LogUp,
Linear,
Skipped,
Deferred,
}Expand description
Classification of the proof artifact produced by a layer.
Variants§
Trait Implementations§
Source§impl Clone for LayerProofKind
impl Clone for LayerProofKind
Source§fn clone(&self) -> LayerProofKind
fn clone(&self) -> LayerProofKind
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 moreimpl Copy for LayerProofKind
Source§impl Debug for LayerProofKind
impl Debug for LayerProofKind
Source§impl<'de> Deserialize<'de> for LayerProofKind
impl<'de> Deserialize<'de> for LayerProofKind
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
impl Eq for LayerProofKind
Source§impl PartialEq for LayerProofKind
impl PartialEq for LayerProofKind
Source§fn eq(&self, other: &LayerProofKind) -> bool
fn eq(&self, other: &LayerProofKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LayerProofKind
impl Serialize for LayerProofKind
impl StructuralPartialEq for LayerProofKind
Auto Trait Implementations§
impl Freeze for LayerProofKind
impl RefUnwindSafe for LayerProofKind
impl Send for LayerProofKind
impl Sync for LayerProofKind
impl Unpin for LayerProofKind
impl UnsafeUnpin for LayerProofKind
impl UnwindSafe for LayerProofKind
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