[][src]Struct graph_rs_types::complextypes::IntuneBrand

pub struct IntuneBrand {
    pub display_name: String,
    pub contact_i_t_name: String,
    pub contact_i_t_phone_number: String,
    pub contact_i_t_email_address: String,
    pub contact_i_t_notes: String,
    pub privacy_url: String,
    pub online_support_site_url: String,
    pub online_support_site_name: String,
    pub theme_color: RgbColor,
    pub show_logo: bool,
    pub light_background_logo: MimeContent,
    pub dark_background_logo: MimeContent,
    pub show_name_next_to_logo: bool,
    pub show_display_name_next_to_logo: bool,
}

Fields

display_name: Stringcontact_i_t_name: Stringcontact_i_t_phone_number: Stringcontact_i_t_email_address: Stringcontact_i_t_notes: Stringprivacy_url: Stringonline_support_site_url: Stringonline_support_site_name: Stringtheme_color: RgbColor

Trait Implementations

impl Eq for IntuneBrand[src]

impl Clone for IntuneBrand[src]

impl PartialEq<IntuneBrand> for IntuneBrand[src]

impl Debug for IntuneBrand[src]

impl Serialize for IntuneBrand[src]

impl<'de> Deserialize<'de> for IntuneBrand[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]