[][src]Struct graph_rs_types::complextypes::MailTips

pub struct MailTips {
    pub email_address: EmailAddress,
    pub automatic_replies: AutomaticRepliesMailTips,
    pub mailbox_full: bool,
    pub custom_mail_tip: String,
    pub external_member_count: i32,
    pub total_member_count: i32,
    pub delivery_restricted: bool,
    pub is_moderated: bool,
    pub recipient_scope: RecipientScopeType,
    pub recipient_suggestions: Vec<Recipient>,
    pub max_message_size: i32,
    pub error: MailTipsError,
}

Fields

email_address: EmailAddressautomatic_replies: AutomaticRepliesMailTipsmailbox_full: boolcustom_mail_tip: Stringexternal_member_count: i32total_member_count: i32delivery_restricted: boolis_moderated: boolrecipient_scope: RecipientScopeTyperecipient_suggestions: Vec<Recipient>max_message_size: i32error: MailTipsError

Trait Implementations

impl Eq for MailTips[src]

impl Clone for MailTips[src]

impl PartialEq<MailTips> for MailTips[src]

impl Debug for MailTips[src]

impl Serialize for MailTips[src]

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