Struct google_plus1::Acl [−][src]
pub struct Acl {
pub items: Option<Vec<PlusAclentryResource>>,
pub kind: Option<String>,
pub description: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
items: Option<Vec<PlusAclentryResource>>
The list of access entries.
kind: Option<String>
Identifies this resource as a collection of access controls. Value: "plus#acl".
description: Option<String>
Description of the access granted, suitable for display.
Trait Implementations
impl Default for Acl[src]
impl Default for Aclimpl Clone for Acl[src]
impl Clone for Aclfn clone(&self) -> Acl[src]
fn clone(&self) -> AclReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Acl[src]
impl Debug for Aclfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Acl[src]
impl Part for Acl