pub struct ShuffleProof {
pub permuted: Vec<[u8; 32]>,
pub proof_hex: String,
}Fields§
§permuted: Vec<[u8; 32]>§proof_hex: StringTrait Implementations§
Source§impl Clone for ShuffleProof
impl Clone for ShuffleProof
Source§fn clone(&self) -> ShuffleProof
fn clone(&self) -> ShuffleProof
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 moreAuto Trait Implementations§
impl Freeze for ShuffleProof
impl RefUnwindSafe for ShuffleProof
impl Send for ShuffleProof
impl Sync for ShuffleProof
impl Unpin for ShuffleProof
impl UnsafeUnpin for ShuffleProof
impl UnwindSafe for ShuffleProof
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