Struct coswid::SoftwareMetaEntry[][src]

pub struct SoftwareMetaEntry {
    pub activation_status: Option<Text>,
    pub channel_type: Option<Text>,
    pub colloquial_version: Option<Text>,
    pub description: Option<Text>,
    pub edition: Option<Text>,
    pub entitlement_data_required: Option<bool>,
    pub entitlement_key: Option<Text>,
    pub generator: Option<Text>,
    pub persistent_id: Option<Text>,
    pub product: Option<Text>,
    pub product_family: Option<Text>,
    pub revision: Option<Text>,
    pub summary: Option<Text>,
    pub unspsc_code: Option<Text>,
    pub unspsc_version: Option<Text>,
    pub global_attributes: GlobalAttributes,
}

Fields

activation_status: Option<Text>channel_type: Option<Text>colloquial_version: Option<Text>description: Option<Text>edition: Option<Text>entitlement_data_required: Option<bool>entitlement_key: Option<Text>generator: Option<Text>persistent_id: Option<Text>product: Option<Text>product_family: Option<Text>revision: Option<Text>summary: Option<Text>unspsc_code: Option<Text>unspsc_version: Option<Text>global_attributes: GlobalAttributes

Trait Implementations

impl Debug for SoftwareMetaEntry[src]

impl<'de> Deserialize<'de> for SoftwareMetaEntry[src]

impl Serialize for SoftwareMetaEntry[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.