Struct redis_driver::HistoricalNote
source · [−]Fields
version: String
description: String
Trait Implementations
sourceimpl Debug for HistoricalNote
impl Debug for HistoricalNote
Auto Trait Implementations
impl RefUnwindSafe for HistoricalNote
impl Send for HistoricalNote
impl Sync for HistoricalNote
impl Unpin for HistoricalNote
impl UnwindSafe for HistoricalNote
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