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: String
primary: bool
protocol: String
typev: String
Trait Implementations
impl Clone for UserInstantMessenger
[src]
impl Clone for UserInstantMessenger
[src]fn clone(&self) -> UserInstantMessenger
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for UserInstantMessenger
[src]
impl Default for UserInstantMessenger
[src]fn default() -> UserInstantMessenger
[src]
impl<'de> Deserialize<'de> for UserInstantMessenger
[src]
impl<'de> Deserialize<'de> for UserInstantMessenger
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Serialize for UserInstantMessenger
[src]
impl Serialize for UserInstantMessenger
[src]Auto Trait Implementations
impl RefUnwindSafe for UserInstantMessenger
impl RefUnwindSafe for UserInstantMessenger
impl Send for UserInstantMessenger
impl Send for UserInstantMessenger
impl Sync for UserInstantMessenger
impl Sync for UserInstantMessenger
impl Unpin for UserInstantMessenger
impl Unpin for UserInstantMessenger
impl UnwindSafe for UserInstantMessenger
impl UnwindSafe for UserInstantMessenger
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,