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