pub struct BenchmarkCurveName6Choice {
pub isin: Option<String>,
pub indx: Option<BenchmarkCurveName2Code>,
pub nm: Option<String>,
}Fields§
§isin: Option<String>§indx: Option<BenchmarkCurveName2Code>§nm: Option<String>Implementations§
Source§impl BenchmarkCurveName6Choice
impl BenchmarkCurveName6Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BenchmarkCurveName6Choice
impl RefUnwindSafe for BenchmarkCurveName6Choice
impl Send for BenchmarkCurveName6Choice
impl Sync for BenchmarkCurveName6Choice
impl Unpin for BenchmarkCurveName6Choice
impl UnwindSafe for BenchmarkCurveName6Choice
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