pub struct DeploymentRootVerificationRequestV1 {
pub report_id: String,
pub requested_at: String,
pub deployment_name: String,
pub network: String,
pub expected_fleet_template: String,
pub expected_root_principal: String,
pub current_root_verification: DeploymentRootVerificationStateV1,
pub source: DeploymentRootVerificationSourceV1,
pub deployment_check: DeploymentCheckV1,
}Expand description
DeploymentRootVerificationRequestV1
Fields§
§report_id: String§requested_at: String§deployment_name: String§network: String§expected_fleet_template: String§expected_root_principal: String§current_root_verification: DeploymentRootVerificationStateV1§source: DeploymentRootVerificationSourceV1§deployment_check: DeploymentCheckV1Trait Implementations§
Source§impl Clone for DeploymentRootVerificationRequestV1
impl Clone for DeploymentRootVerificationRequestV1
Source§fn clone(&self) -> DeploymentRootVerificationRequestV1
fn clone(&self) -> DeploymentRootVerificationRequestV1
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 DeploymentRootVerificationRequestV1
impl<'de> Deserialize<'de> for DeploymentRootVerificationRequestV1
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
Source§impl PartialEq for DeploymentRootVerificationRequestV1
impl PartialEq for DeploymentRootVerificationRequestV1
Source§fn eq(&self, other: &DeploymentRootVerificationRequestV1) -> bool
fn eq(&self, other: &DeploymentRootVerificationRequestV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeploymentRootVerificationRequestV1
impl StructuralPartialEq for DeploymentRootVerificationRequestV1
Auto Trait Implementations§
impl Freeze for DeploymentRootVerificationRequestV1
impl RefUnwindSafe for DeploymentRootVerificationRequestV1
impl Send for DeploymentRootVerificationRequestV1
impl Sync for DeploymentRootVerificationRequestV1
impl Unpin for DeploymentRootVerificationRequestV1
impl UnsafeUnpin for DeploymentRootVerificationRequestV1
impl UnwindSafe for DeploymentRootVerificationRequestV1
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