pub struct EffectStepRequest<'a> {
pub step: &'a GraphStep,
pub inputs: &'a JsonObject,
pub env: &'a BTreeMap<String, String>,
pub graph_dir: &'a Path,
}Fields§
§step: &'a GraphStep§inputs: &'a JsonObject§env: &'a BTreeMap<String, String>§graph_dir: &'a PathTrait Implementations§
Source§impl<'a> Clone for EffectStepRequest<'a>
impl<'a> Clone for EffectStepRequest<'a>
Source§fn clone(&self) -> EffectStepRequest<'a>
fn clone(&self) -> EffectStepRequest<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for EffectStepRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for EffectStepRequest<'a>
impl<'a> RefUnwindSafe for EffectStepRequest<'a>
impl<'a> Send for EffectStepRequest<'a>
impl<'a> Sync for EffectStepRequest<'a>
impl<'a> Unpin for EffectStepRequest<'a>
impl<'a> UnsafeUnpin for EffectStepRequest<'a>
impl<'a> UnwindSafe for EffectStepRequest<'a>
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