pub struct MemCacheOpts {
pub max_file_size: u64,
}Available on crate feature
mem-cache only.Expand description
It defines the in-memory files cache options.
Fields§
§max_file_size: u64The maximum size per file in bytes.
Implementations§
Auto Trait Implementations§
impl Freeze for MemCacheOpts
impl RefUnwindSafe for MemCacheOpts
impl Send for MemCacheOpts
impl Sync for MemCacheOpts
impl Unpin for MemCacheOpts
impl UnsafeUnpin for MemCacheOpts
impl UnwindSafe for MemCacheOpts
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