pub struct StepCacheConfig {
pub key_inputs: Vec<String>,
pub outputs: Vec<String>,
}Expand description
Configuration for step-level caching.
Fields§
§key_inputs: Vec<String>§outputs: Vec<String>Trait Implementations§
Source§impl Clone for StepCacheConfig
impl Clone for StepCacheConfig
Source§fn clone(&self) -> StepCacheConfig
fn clone(&self) -> StepCacheConfig
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 StepCacheConfig
impl Debug for StepCacheConfig
Source§impl<'de> Deserialize<'de> for StepCacheConfig
impl<'de> Deserialize<'de> for StepCacheConfig
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
Auto Trait Implementations§
impl Freeze for StepCacheConfig
impl RefUnwindSafe for StepCacheConfig
impl Send for StepCacheConfig
impl Sync for StepCacheConfig
impl Unpin for StepCacheConfig
impl UnsafeUnpin for StepCacheConfig
impl UnwindSafe for StepCacheConfig
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