pub struct CacheOpenOptions { /* private fields */ }Implementations§
Source§impl CacheOpenOptions
impl CacheOpenOptions
pub fn new(dir_open: DirOpenOpt, eager_load_to_ram: bool) -> Self
Trait Implementations§
Source§impl Clone for CacheOpenOptions
impl Clone for CacheOpenOptions
Source§fn clone(&self) -> CacheOpenOptions
fn clone(&self) -> CacheOpenOptions
Returns a duplicate 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 CacheOpenOptions
impl Debug for CacheOpenOptions
Source§impl Default for CacheOpenOptions
impl Default for CacheOpenOptions
Source§fn default() -> CacheOpenOptions
fn default() -> CacheOpenOptions
Returns the “default value” for a type. Read more
impl Copy for CacheOpenOptions
Auto Trait Implementations§
impl Freeze for CacheOpenOptions
impl RefUnwindSafe for CacheOpenOptions
impl Send for CacheOpenOptions
impl Sync for CacheOpenOptions
impl Unpin for CacheOpenOptions
impl UnwindSafe for CacheOpenOptions
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