Struct gsuite_api::UserExternalId [−][src]
A user’s external id.
Fields
custom_type: StringIf the value of type is custom, this property contains the custom type string.
typev: Stringvalue: StringTrait Implementations
impl Clone for UserExternalId[src]
impl Clone for UserExternalId[src]fn clone(&self) -> UserExternalId[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for UserExternalId[src]
impl Default for UserExternalId[src]fn default() -> UserExternalId[src]
impl<'de> Deserialize<'de> for UserExternalId[src]
impl<'de> Deserialize<'de> for UserExternalId[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for UserExternalId[src]
impl Serialize for UserExternalId[src]Auto Trait Implementations
impl RefUnwindSafe for UserExternalId
impl RefUnwindSafe for UserExternalIdimpl Send for UserExternalId
impl Send for UserExternalIdimpl Sync for UserExternalId
impl Sync for UserExternalIdimpl Unpin for UserExternalId
impl Unpin for UserExternalIdimpl UnwindSafe for UserExternalId
impl UnwindSafe for UserExternalIdBlanket 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>,