pub struct BenchmarkCurveName4Choice {
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 BenchmarkCurveName4Choice
impl BenchmarkCurveName4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BenchmarkCurveName4Choice
impl RefUnwindSafe for BenchmarkCurveName4Choice
impl Send for BenchmarkCurveName4Choice
impl Sync for BenchmarkCurveName4Choice
impl Unpin for BenchmarkCurveName4Choice
impl UnwindSafe for BenchmarkCurveName4Choice
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