pub struct GovernedProcedureDecisionV1 {
pub schema_version: String,
pub artifact_id: Option<String>,
pub candidate_fit: bool,
pub authority_allowed: bool,
pub action_allowed: bool,
pub test_envelope_passed: bool,
pub access_path: ProcedureAccessPathV1,
pub reason_codes: Vec<String>,
pub origin_decision: Option<OriginAuthorityDecisionV1>,
pub decision_digest: String,
}Fields§
§schema_version: String§artifact_id: Option<String>§candidate_fit: bool§action_allowed: bool§test_envelope_passed: bool§access_path: ProcedureAccessPathV1§reason_codes: Vec<String>§origin_decision: Option<OriginAuthorityDecisionV1>§decision_digest: StringTrait Implementations§
Source§impl Clone for GovernedProcedureDecisionV1
impl Clone for GovernedProcedureDecisionV1
Source§fn clone(&self) -> GovernedProcedureDecisionV1
fn clone(&self) -> GovernedProcedureDecisionV1
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 GovernedProcedureDecisionV1
impl Debug for GovernedProcedureDecisionV1
Source§impl<'de> Deserialize<'de> for GovernedProcedureDecisionV1
impl<'de> Deserialize<'de> for GovernedProcedureDecisionV1
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
impl Eq for GovernedProcedureDecisionV1
impl StructuralPartialEq for GovernedProcedureDecisionV1
Auto Trait Implementations§
impl Freeze for GovernedProcedureDecisionV1
impl RefUnwindSafe for GovernedProcedureDecisionV1
impl Send for GovernedProcedureDecisionV1
impl Sync for GovernedProcedureDecisionV1
impl Unpin for GovernedProcedureDecisionV1
impl UnsafeUnpin for GovernedProcedureDecisionV1
impl UnwindSafe for GovernedProcedureDecisionV1
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.