Struct quick_kv::client::default::QuickConfiguration
source · pub struct QuickConfiguration {
pub path: Option<PathBuf>,
pub logs: bool,
pub log_level: Option<LevelFilter>,
}Fields§
§path: Option<PathBuf>§logs: bool§log_level: Option<LevelFilter>Implementations§
Trait Implementations§
source§impl Clone for QuickConfiguration
impl Clone for QuickConfiguration
source§fn clone(&self) -> QuickConfiguration
fn clone(&self) -> QuickConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for QuickConfiguration
impl Debug for QuickConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for QuickConfiguration
impl Send for QuickConfiguration
impl Sync for QuickConfiguration
impl Unpin for QuickConfiguration
impl UnwindSafe for QuickConfiguration
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