pub struct INSERT_LATENCY_SECONDS { /* private fields */ }Trait Implementations§
Source§impl Deref for INSERT_LATENCY_SECONDS
impl Deref for INSERT_LATENCY_SECONDS
impl LazyStatic for INSERT_LATENCY_SECONDS
Auto Trait Implementations§
impl Freeze for INSERT_LATENCY_SECONDS
impl RefUnwindSafe for INSERT_LATENCY_SECONDS
impl Send for INSERT_LATENCY_SECONDS
impl Sync for INSERT_LATENCY_SECONDS
impl Unpin for INSERT_LATENCY_SECONDS
impl UnwindSafe for INSERT_LATENCY_SECONDS
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