pub struct MetadataInfo {
pub field: BigInt,
pub curve: CurveType,
pub proving_system: ProvingSystem,
}Fields§
§field: BigInt§curve: CurveType§proving_system: ProvingSystemTrait Implementations§
Source§impl Clone for MetadataInfo
impl Clone for MetadataInfo
Source§fn clone(&self) -> MetadataInfo
fn clone(&self) -> MetadataInfo
Returns a duplicate 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 moreSource§impl Debug for MetadataInfo
impl Debug for MetadataInfo
Auto Trait Implementations§
impl Freeze for MetadataInfo
impl RefUnwindSafe for MetadataInfo
impl Send for MetadataInfo
impl Sync for MetadataInfo
impl Unpin for MetadataInfo
impl UnwindSafe for MetadataInfo
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