pub struct InvalidationStrategy { /* private fields */ }Implementations§
Source§impl InvalidationStrategy
impl InvalidationStrategy
pub fn output_changes(&self) -> Option<&BTreeSet<FileChangesMatcher>>
pub fn input_changes(&self) -> Option<&BTreeSet<FileChangesMatcher>>
pub fn files_missing(&self) -> Option<&BTreeSet<PathBuf>>
pub fn expired(&self) -> Option<&TtlOptions>
pub fn command_fails(&self) -> Option<&CommandFailsOptions>
pub fn env_changes(&self) -> Option<&EnvChangesOptions>
Trait Implementations§
Source§impl Clone for InvalidationStrategy
impl Clone for InvalidationStrategy
Source§fn clone(&self) -> InvalidationStrategy
fn clone(&self) -> InvalidationStrategy
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvalidationStrategy
impl Debug for InvalidationStrategy
Source§impl Default for InvalidationStrategy
impl Default for InvalidationStrategy
Source§fn default() -> InvalidationStrategy
fn default() -> InvalidationStrategy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvalidationStrategy
impl<'de> Deserialize<'de> for InvalidationStrategy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for InvalidationStrategy
impl Hash for InvalidationStrategy
Auto Trait Implementations§
impl Freeze for InvalidationStrategy
impl RefUnwindSafe for InvalidationStrategy
impl Send for InvalidationStrategy
impl Sync for InvalidationStrategy
impl Unpin for InvalidationStrategy
impl UnwindSafe for InvalidationStrategy
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)