pub struct BenchmarkReport1Choice {
pub cret: Option<BenchmarkCreate1>,
pub upd: Option<BenchmarkUpdate1>,
pub cxl: Option<BenchmarkCancellation1>,
}Fields§
§cret: Option<BenchmarkCreate1>§upd: Option<BenchmarkUpdate1>§cxl: Option<BenchmarkCancellation1>Implementations§
Source§impl BenchmarkReport1Choice
impl BenchmarkReport1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BenchmarkReport1Choice
impl RefUnwindSafe for BenchmarkReport1Choice
impl Send for BenchmarkReport1Choice
impl Sync for BenchmarkReport1Choice
impl Unpin for BenchmarkReport1Choice
impl UnwindSafe for BenchmarkReport1Choice
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