pub struct GoogleCloudAssuredworkloadsV1MoveAnalysisGroup {
pub analysis_result: Option<GoogleCloudAssuredworkloadsV1MoveAnalysisResult>,
pub display_name: Option<String>,
pub error: Option<GoogleRpcStatus>,
}Expand description
Represents a logical group of checks performed for an asset. If successful, the group contains the analysis result, otherwise it contains an error with the failure reason.
This type is not used in any activity, and only used as part of another schema.
Fields§
§analysis_result: Option<GoogleCloudAssuredworkloadsV1MoveAnalysisResult>Result of a successful analysis.
display_name: Option<String>Name of the analysis group.
error: Option<GoogleRpcStatus>Error details for a failed analysis.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl Clone for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
fn clone(&self) -> GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl Default for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
Source§fn default() -> GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
fn default() -> GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
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 Part for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl Send for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl Sync for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl Unpin for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
impl UnwindSafe for GoogleCloudAssuredworkloadsV1MoveAnalysisGroup
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