[][src]Struct google_admin1_directory::Member

pub struct Member {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub delivery_settings: Option<String>,
    pub email: Option<String>,
    pub etag: Option<String>,
    pub role: Option<String>,
    pub type_: Option<String>,
    pub id: Option<String>,
}

JSON template for Member resource 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

status: Option<String>

Status of member (Immutable)

kind: Option<String>

Kind of resource this is.

delivery_settings: Option<String>

Delivery settings of member

email: Option<String>

Email of member (Read-only)

etag: Option<String>

ETag of the resource.

role: Option<String>

Role of member

type_: Option<String>

Type of member (Immutable)

id: Option<String>

The unique ID of the group member. A member id can be used as a member request URI's memberKey. Unique identifier of group (Read-only) Unique identifier of member (Read-only)

Trait Implementations

impl Clone for Member[src]

impl Debug for Member[src]

impl Default for Member[src]

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

impl RequestValue for Member[src]

impl Resource for Member[src]

impl ResponseResult for Member[src]

impl Serialize for Member[src]

Auto Trait Implementations

impl RefUnwindSafe for Member

impl Send for Member

impl Sync for Member

impl Unpin for Member

impl UnwindSafe for Member

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