pub struct BenchmarkCurveName7Choice {
pub cd: Option<BenchmarkCurveName1Code>,
pub prtry: Option<GenericIdentification30>,
}Fields§
§cd: Option<BenchmarkCurveName1Code>§prtry: Option<GenericIdentification30>Implementations§
Source§impl BenchmarkCurveName7Choice
impl BenchmarkCurveName7Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BenchmarkCurveName7Choice
impl RefUnwindSafe for BenchmarkCurveName7Choice
impl Send for BenchmarkCurveName7Choice
impl Sync for BenchmarkCurveName7Choice
impl Unpin for BenchmarkCurveName7Choice
impl UnwindSafe for BenchmarkCurveName7Choice
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