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