pub struct ExternalUpgradeVerificationCheckRequest {
pub check_id: String,
pub policy: ExternalUpgradeVerificationPolicyV1,
pub observation: Option<ExternalUpgradeVerificationObservationV1>,
pub deployment_check: Option<DeploymentCheckV1>,
}Expand description
ExternalUpgradeVerificationCheckRequest
Fields§
§check_id: String§policy: ExternalUpgradeVerificationPolicyV1§observation: Option<ExternalUpgradeVerificationObservationV1>§deployment_check: Option<DeploymentCheckV1>Trait Implementations§
Source§impl Clone for ExternalUpgradeVerificationCheckRequest
impl Clone for ExternalUpgradeVerificationCheckRequest
Source§fn clone(&self) -> ExternalUpgradeVerificationCheckRequest
fn clone(&self) -> ExternalUpgradeVerificationCheckRequest
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<'de> Deserialize<'de> for ExternalUpgradeVerificationCheckRequest
impl<'de> Deserialize<'de> for ExternalUpgradeVerificationCheckRequest
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 ExternalUpgradeVerificationCheckRequest
Source§impl PartialEq for ExternalUpgradeVerificationCheckRequest
impl PartialEq for ExternalUpgradeVerificationCheckRequest
Source§fn eq(&self, other: &ExternalUpgradeVerificationCheckRequest) -> bool
fn eq(&self, other: &ExternalUpgradeVerificationCheckRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalUpgradeVerificationCheckRequest
Auto Trait Implementations§
impl Freeze for ExternalUpgradeVerificationCheckRequest
impl RefUnwindSafe for ExternalUpgradeVerificationCheckRequest
impl Send for ExternalUpgradeVerificationCheckRequest
impl Sync for ExternalUpgradeVerificationCheckRequest
impl Unpin for ExternalUpgradeVerificationCheckRequest
impl UnsafeUnpin for ExternalUpgradeVerificationCheckRequest
impl UnwindSafe for ExternalUpgradeVerificationCheckRequest
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,
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.