Struct gsuite_api::UserInstantMessenger[][src]

pub struct UserInstantMessenger {
    pub custom_protocol: String,
    pub custom_type: String,
    pub im: String,
    pub primary: bool,
    pub protocol: String,
    pub typev: String,
}

A user's instant messanger.

Fields

custom_protocol: String

If the protocol value is custom_protocol, this property holds the custom protocol's string.

custom_type: String

If the value of type is custom, this property contains the custom type string.

im: Stringprimary: boolprotocol: Stringtypev: String

Trait Implementations

impl Clone for UserInstantMessenger[src]

impl Debug for UserInstantMessenger[src]

impl Default for UserInstantMessenger[src]

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

impl Serialize for UserInstantMessenger[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> Instrument for T[src]

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

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,