pub struct GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse {
pub asset_move_analyses: Option<Vec<GoogleCloudAssuredworkloadsV1AssetMoveAnalysis>>,
pub next_page_token: Option<String>,
}Expand description
Response containing the analysis results for the hypothetical resource move.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§asset_move_analyses: Option<Vec<GoogleCloudAssuredworkloadsV1AssetMoveAnalysis>>List of analysis results for each asset in scope.
next_page_token: Option<String>The next page token. Is empty if the last page is reached.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl Clone for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
fn clone(&self) -> GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
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 GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl Default for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
Source§fn default() -> GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
fn default() -> GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
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 ResponseResult for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl Send for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl Sync for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl Unpin for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
impl UnwindSafe for GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse
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