Struct redis_driver::LibraryInfo
source · pub struct LibraryInfo {
pub library_name: String,
pub engine: String,
pub functions: Vec<FunctionInfo>,
pub library_code: Option<String>,
}
Fields
library_name: String
engine: String
functions: Vec<FunctionInfo>
library_code: Option<String>
Trait Implementations
sourceimpl Debug for LibraryInfo
impl Debug for LibraryInfo
Auto Trait Implementations
impl RefUnwindSafe for LibraryInfo
impl Send for LibraryInfo
impl Sync for LibraryInfo
impl Unpin for LibraryInfo
impl UnwindSafe for LibraryInfo
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