pub struct EngineCachePruneOpts {
pub use_default_policy: Option<bool>,
}
Fields§
§use_default_policy: Option<bool>
Use the engine-wide default pruning policy if true, otherwise prune the whole cache of any releasable entries.
Trait Implementations§
Source§impl Debug for EngineCachePruneOpts
impl Debug for EngineCachePruneOpts
Source§impl PartialEq for EngineCachePruneOpts
impl PartialEq for EngineCachePruneOpts
impl StructuralPartialEq for EngineCachePruneOpts
Auto Trait Implementations§
impl Freeze for EngineCachePruneOpts
impl RefUnwindSafe for EngineCachePruneOpts
impl Send for EngineCachePruneOpts
impl Sync for EngineCachePruneOpts
impl Unpin for EngineCachePruneOpts
impl UnwindSafe for EngineCachePruneOpts
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