pub struct AdoptionRoleFindingV1 {
pub fleet: String,
pub role: String,
pub classifications: Vec<AdoptionClassificationV1>,
pub declaration_state: AdoptionDeclarationStateV1,
pub topology_state: AdoptionTopologyStateV1,
pub package_state: AdoptionPackageStateV1,
pub observation_state: AdoptionObservationStateV1,
pub authority_state: AdoptionAuthorityStateV1,
pub artifact_state: AdoptionArtifactStateV1,
pub evidence: Vec<String>,
pub recommendations: Vec<AdoptionRecommendationV1>,
pub warnings: Vec<String>,
}Expand description
AdoptionRoleFindingV1
Fields§
§fleet: String§role: String§classifications: Vec<AdoptionClassificationV1>§declaration_state: AdoptionDeclarationStateV1§topology_state: AdoptionTopologyStateV1§package_state: AdoptionPackageStateV1§observation_state: AdoptionObservationStateV1§artifact_state: AdoptionArtifactStateV1§evidence: Vec<String>§recommendations: Vec<AdoptionRecommendationV1>§warnings: Vec<String>Trait Implementations§
Source§impl Clone for AdoptionRoleFindingV1
impl Clone for AdoptionRoleFindingV1
Source§fn clone(&self) -> AdoptionRoleFindingV1
fn clone(&self) -> AdoptionRoleFindingV1
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 Debug for AdoptionRoleFindingV1
impl Debug for AdoptionRoleFindingV1
Source§impl<'de> Deserialize<'de> for AdoptionRoleFindingV1
impl<'de> Deserialize<'de> for AdoptionRoleFindingV1
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 Eq for AdoptionRoleFindingV1
Source§impl PartialEq for AdoptionRoleFindingV1
impl PartialEq for AdoptionRoleFindingV1
Source§fn eq(&self, other: &AdoptionRoleFindingV1) -> bool
fn eq(&self, other: &AdoptionRoleFindingV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AdoptionRoleFindingV1
impl Serialize for AdoptionRoleFindingV1
impl StructuralPartialEq for AdoptionRoleFindingV1
Auto Trait Implementations§
impl Freeze for AdoptionRoleFindingV1
impl RefUnwindSafe for AdoptionRoleFindingV1
impl Send for AdoptionRoleFindingV1
impl Sync for AdoptionRoleFindingV1
impl Unpin for AdoptionRoleFindingV1
impl UnsafeUnpin for AdoptionRoleFindingV1
impl UnwindSafe for AdoptionRoleFindingV1
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.