pub struct EffectReceiptRequest<'a> {
pub step: &'a GraphStep,
pub graph_dir: &'a Path,
pub admission: &'a EffectAdmission,
pub claim: &'a JsonObject,
pub output: &'a mut SkillOutput,
pub receipt: &'a Receipt,
pub env: &'a BTreeMap<String, String>,
}Fields§
§step: &'a GraphStep§graph_dir: &'a Path§admission: &'a EffectAdmission§claim: &'a JsonObject§output: &'a mut SkillOutput§receipt: &'a Receipt§env: &'a BTreeMap<String, String>Auto Trait Implementations§
impl<'a> !RefUnwindSafe for EffectReceiptRequest<'a>
impl<'a> !UnwindSafe for EffectReceiptRequest<'a>
impl<'a> Freeze for EffectReceiptRequest<'a>
impl<'a> Send for EffectReceiptRequest<'a>
impl<'a> Sync for EffectReceiptRequest<'a>
impl<'a> Unpin for EffectReceiptRequest<'a>
impl<'a> UnsafeUnpin for EffectReceiptRequest<'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