pub struct GoogleCloudRecommenderV1ReliabilityProjection {
pub details: Option<HashMap<String, Value>>,
pub risks: Option<Vec<String>>,
}Expand description
Contains information on the impact of a reliability recommendation.
This type is not used in any activity, and only used as part of another schema.
Fields§
§details: Option<HashMap<String, Value>>Per-recommender projection.
risks: Option<Vec<String>>Reliability risks mitigated by this recommendation.
Trait Implementations§
Source§impl Clone for GoogleCloudRecommenderV1ReliabilityProjection
impl Clone for GoogleCloudRecommenderV1ReliabilityProjection
Source§fn clone(&self) -> GoogleCloudRecommenderV1ReliabilityProjection
fn clone(&self) -> GoogleCloudRecommenderV1ReliabilityProjection
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 GoogleCloudRecommenderV1ReliabilityProjection
impl Default for GoogleCloudRecommenderV1ReliabilityProjection
Source§fn default() -> GoogleCloudRecommenderV1ReliabilityProjection
fn default() -> GoogleCloudRecommenderV1ReliabilityProjection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRecommenderV1ReliabilityProjection
impl<'de> Deserialize<'de> for GoogleCloudRecommenderV1ReliabilityProjection
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 GoogleCloudRecommenderV1ReliabilityProjection
Auto Trait Implementations§
impl Freeze for GoogleCloudRecommenderV1ReliabilityProjection
impl RefUnwindSafe for GoogleCloudRecommenderV1ReliabilityProjection
impl Send for GoogleCloudRecommenderV1ReliabilityProjection
impl Sync for GoogleCloudRecommenderV1ReliabilityProjection
impl Unpin for GoogleCloudRecommenderV1ReliabilityProjection
impl UnwindSafe for GoogleCloudRecommenderV1ReliabilityProjection
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