pub enum SscProof {
Commitments(ByronHash, ByronHash),
Openings(ByronHash, ByronHash),
Shares(ByronHash, ByronHash),
Certificate(ByronHash),
}Variants§
Trait Implementations§
impl Eq for SscProof
impl StructuralPartialEq for SscProof
Auto Trait Implementations§
impl Freeze for SscProof
impl RefUnwindSafe for SscProof
impl Send for SscProof
impl Sync for SscProof
impl Unpin for SscProof
impl UnwindSafe for SscProof
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