pub enum ProofOutput {
Mixer(MixerProof),
VAnchor(VAnchorProof),
}
Variants§
Mixer(MixerProof)
VAnchor(VAnchorProof)
Trait Implementations§
Source§impl Clone for ProofOutput
impl Clone for ProofOutput
Source§fn clone(&self) -> ProofOutput
fn clone(&self) -> ProofOutput
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ProofOutput
impl RefUnwindSafe for ProofOutput
impl Send for ProofOutput
impl Sync for ProofOutput
impl Unpin for ProofOutput
impl UnwindSafe for ProofOutput
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