pub struct GoogleCloudAssuredworkloadsV1MoveImpact {
pub detail: Option<String>,
}Expand description
Represents the impact of moving the asset to the target.
This type is not used in any activity, and only used as part of another schema.
Fields§
§detail: Option<String>Explanation of the impact.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1MoveImpact
impl Clone for GoogleCloudAssuredworkloadsV1MoveImpact
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1MoveImpact
fn clone(&self) -> GoogleCloudAssuredworkloadsV1MoveImpact
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 GoogleCloudAssuredworkloadsV1MoveImpact
impl Default for GoogleCloudAssuredworkloadsV1MoveImpact
Source§fn default() -> GoogleCloudAssuredworkloadsV1MoveImpact
fn default() -> GoogleCloudAssuredworkloadsV1MoveImpact
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1MoveImpact
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1MoveImpact
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 GoogleCloudAssuredworkloadsV1MoveImpact
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1MoveImpact
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1MoveImpact
impl Send for GoogleCloudAssuredworkloadsV1MoveImpact
impl Sync for GoogleCloudAssuredworkloadsV1MoveImpact
impl Unpin for GoogleCloudAssuredworkloadsV1MoveImpact
impl UnwindSafe for GoogleCloudAssuredworkloadsV1MoveImpact
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