[][src]Struct graph_rs_types::complextypes::PlannerCategoryDescriptions

pub struct PlannerCategoryDescriptions {
    pub category1: String,
    pub category2: String,
    pub category3: String,
    pub category4: String,
    pub category5: String,
    pub category6: String,
}

Fields

category1: Stringcategory2: Stringcategory3: Stringcategory4: Stringcategory5: Stringcategory6: String

Trait Implementations

impl Eq for PlannerCategoryDescriptions[src]

impl Clone for PlannerCategoryDescriptions[src]

impl PartialEq<PlannerCategoryDescriptions> for PlannerCategoryDescriptions[src]

impl Debug for PlannerCategoryDescriptions[src]

impl Serialize for PlannerCategoryDescriptions[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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.

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

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

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

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