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