pub struct DirectFixedWidthFastPathOverride { /* private fields */ }Expand description
Scoped benchmark override that disables the whole fixed-width fast path.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectFixedWidthFastPathOverride
impl RefUnwindSafe for DirectFixedWidthFastPathOverride
impl Send for DirectFixedWidthFastPathOverride
impl Sync for DirectFixedWidthFastPathOverride
impl Unpin for DirectFixedWidthFastPathOverride
impl UnsafeUnpin for DirectFixedWidthFastPathOverride
impl UnwindSafe for DirectFixedWidthFastPathOverride
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