[][src]Struct google_admin1_directory::Alias

pub struct Alias {
    pub alias: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub primary_email: Option<String>,
    pub id: Option<String>,
}

JSON template for Alias object in Directory API.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

alias: Option<String>

A alias email

kind: Option<String>

Kind of resource this is.

etag: Option<String>

ETag of the resource.

primary_email: Option<String>

Group's primary email (Read-only) User's primary email (Read-only)

id: Option<String>

Unique id of the group (Read-only) Unique id of the user (Read-only)

Trait Implementations

impl Clone for Alias[src]

impl Debug for Alias[src]

impl Default for Alias[src]

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

impl RequestValue for Alias[src]

impl ResponseResult for Alias[src]

impl Serialize for Alias[src]

Auto Trait Implementations

impl RefUnwindSafe for Alias

impl Send for Alias

impl Sync for Alias

impl Unpin for Alias

impl UnwindSafe for Alias

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, 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<T> Typeable for T where
    T: Any