pub struct AutotuneResult<K, Out> { /* private fields */ }
Expand description
Result from running benchmarks.
Auto Trait Implementations§
impl<K, Out> Freeze for AutotuneResult<K, Out>where
K: Freeze,
impl<K, Out> !RefUnwindSafe for AutotuneResult<K, Out>
impl<K, Out> Send for AutotuneResult<K, Out>where
K: Send,
impl<K, Out> Sync for AutotuneResult<K, Out>where
K: Sync,
impl<K, Out> Unpin for AutotuneResult<K, Out>where
K: Unpin,
impl<K, Out> !UnwindSafe for AutotuneResult<K, Out>
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