pub struct CachePluginOptions {
pub manifest: Option<Value>,
}Expand description
Cache plugin options
Fields§
§manifest: Option<Value>Trait Implementations§
Source§impl Clone for CachePluginOptions
impl Clone for CachePluginOptions
Source§fn clone(&self) -> CachePluginOptions
fn clone(&self) -> CachePluginOptions
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 CachePluginOptions
impl Debug for CachePluginOptions
Source§impl Default for CachePluginOptions
impl Default for CachePluginOptions
Source§fn default() -> CachePluginOptions
fn default() -> CachePluginOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CachePluginOptions
impl RefUnwindSafe for CachePluginOptions
impl Send for CachePluginOptions
impl Sync for CachePluginOptions
impl Unpin for CachePluginOptions
impl UnsafeUnpin for CachePluginOptions
impl UnwindSafe for CachePluginOptions
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