pub struct AcceptanceRequest {
pub action: AcceptanceAction,
pub manifest: Option<String>,
pub source: String,
pub target: Option<String>,
pub output: Option<String>,
pub input: Option<String>,
}Expand description
Acceptance command options.
Fields§
§action: AcceptanceActionRequested action.
manifest: Option<String>Case manifest path for capture.
source: StringExact sim-compute source commit expected by the artifact.
target: Option<String>Exact registered target capability captured by the artifact.
output: Option<String>Output artifact path for capture.
input: Option<String>Input artifact path for verify/import.
Trait Implementations§
Source§impl Clone for AcceptanceRequest
impl Clone for AcceptanceRequest
Source§fn clone(&self) -> AcceptanceRequest
fn clone(&self) -> AcceptanceRequest
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 moreSource§impl Debug for AcceptanceRequest
impl Debug for AcceptanceRequest
impl Eq for AcceptanceRequest
Source§impl PartialEq for AcceptanceRequest
impl PartialEq for AcceptanceRequest
impl StructuralPartialEq for AcceptanceRequest
Auto Trait Implementations§
impl Freeze for AcceptanceRequest
impl RefUnwindSafe for AcceptanceRequest
impl Send for AcceptanceRequest
impl Sync for AcceptanceRequest
impl Unpin for AcceptanceRequest
impl UnsafeUnpin for AcceptanceRequest
impl UnwindSafe for AcceptanceRequest
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.