Struct gsuite_api::Group [−][src]
pub struct Group {
pub admin_created: Option<bool>,
pub aliases: Vec<String>,
pub description: String,
pub direct_members_count: String,
pub email: String,
pub etag: String,
pub id: String,
pub kind: String,
pub name: String,
pub non_editable_aliases: Vec<String>,
}A Google group. FROM: https://developers.google.com/admin-sdk/directory/v1/reference/groups
Fields
admin_created: Option<bool>Was the group created by admin (read-only)
aliases: Vec<String>List of aliases (read-only)
description: StringDescription of the group
direct_members_count: StringGroup direct members count
email: StringEmail of group
etag: StringETag of the resource
id: StringUnique identifier of group (read-only)
kind: StringKind of resource this is
name: StringGroup name
non_editable_aliases: Vec<String>List of non editable aliases (Read-only)
Trait Implementations
impl<'de> Deserialize<'de> for Group[src]
impl<'de> Deserialize<'de> for Group[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Group
impl RefUnwindSafe for Groupimpl UnwindSafe for Group
impl UnwindSafe for GroupBlanket 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>,