Struct redis_driver::EngineStats
source · [−]Fields
libraries_count: usize
functions_count: usize
Trait Implementations
sourceimpl Debug for EngineStats
impl Debug for EngineStats
sourceimpl Default for EngineStats
impl Default for EngineStats
sourcefn default() -> EngineStats
fn default() -> EngineStats
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EngineStats
impl Send for EngineStats
impl Sync for EngineStats
impl Unpin for EngineStats
impl UnwindSafe for EngineStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more