[][src]Struct rusoto_license_manager::ProductInformationFilter

pub struct ProductInformationFilter {
    pub product_information_filter_comparator: String,
    pub product_information_filter_name: String,
    pub product_information_filter_value: Vec<String>,
}

Describes product information filters.

Fields

product_information_filter_comparator: String

Logical operator.

product_information_filter_name: String

Filter name.

product_information_filter_value: Vec<String>

Filter value.

Trait Implementations

impl Clone for ProductInformationFilter[src]

impl Debug for ProductInformationFilter[src]

impl Default for ProductInformationFilter[src]

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

impl PartialEq<ProductInformationFilter> for ProductInformationFilter[src]

impl Serialize for ProductInformationFilter[src]

impl StructuralPartialEq for ProductInformationFilter[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> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.