Struct br_cache::CacheConfig
source · pub struct CacheConfig { /* private fields */ }Implementations§
source§impl CacheConfig
impl CacheConfig
pub fn default() -> CacheConfig
pub fn to_json(&mut self) -> JsonValue
pub fn from(data: JsonValue) -> CacheConfig
Trait Implementations§
source§impl Clone for CacheConfig
impl Clone for CacheConfig
source§fn clone(&self) -> CacheConfig
fn clone(&self) -> CacheConfig
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 moreAuto Trait Implementations§
impl RefUnwindSafe for CacheConfig
impl Send for CacheConfig
impl Sync for CacheConfig
impl Unpin for CacheConfig
impl UnwindSafe for CacheConfig
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