Struct blaze_devkit::cache::InvalidationStrategy
source · 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 copy 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 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<InvalidationStrategy, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<InvalidationStrategy, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for InvalidationStrategy
impl Hash for InvalidationStrategy
source§impl Serialize for InvalidationStrategy
impl Serialize for InvalidationStrategy
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)