Struct google_drive::types::TeamDriveCapabilities [−][src]
pub struct TeamDriveCapabilities {Show 19 fields
pub can_add_children: Option<bool>,
pub can_change_copy_requires_writer_permission_restriction: Option<bool>,
pub can_change_domain_users_only_restriction: Option<bool>,
pub can_change_team_drive_background: Option<bool>,
pub can_change_team_members_only_restriction: Option<bool>,
pub can_comment: Option<bool>,
pub can_copy: Option<bool>,
pub can_delete_children: Option<bool>,
pub can_delete_team_drive: Option<bool>,
pub can_download: Option<bool>,
pub can_edit: Option<bool>,
pub can_list_children: Option<bool>,
pub can_manage_members: Option<bool>,
pub can_read_revisions: Option<bool>,
pub can_remove_children: Option<bool>,
pub can_rename: Option<bool>,
pub can_rename_team_drive: Option<bool>,
pub can_share: Option<bool>,
pub can_trash_children: Option<bool>,
}Expand description
Capabilities the current user has on this Team Drive.
Fields
can_add_children: Option<bool>Capabilities the current user has on this Team Drive.
can_change_copy_requires_writer_permission_restriction: Option<bool>Capabilities the current user has on this Team Drive.
can_change_domain_users_only_restriction: Option<bool>Capabilities the current user has on this Team Drive.
can_change_team_drive_background: Option<bool>Capabilities the current user has on this Team Drive.
can_change_team_members_only_restriction: Option<bool>Capabilities the current user has on this Team Drive.
can_comment: Option<bool>Capabilities the current user has on this Team Drive.
can_copy: Option<bool>Capabilities the current user has on this Team Drive.
can_delete_children: Option<bool>Capabilities the current user has on this Team Drive.
can_delete_team_drive: Option<bool>Capabilities the current user has on this Team Drive.
can_download: Option<bool>Capabilities the current user has on this Team Drive.
can_edit: Option<bool>Capabilities the current user has on this Team Drive.
can_list_children: Option<bool>Capabilities the current user has on this Team Drive.
can_manage_members: Option<bool>Capabilities the current user has on this Team Drive.
can_read_revisions: Option<bool>Capabilities the current user has on this Team Drive.
can_remove_children: Option<bool>Capabilities the current user has on this Team Drive.
can_rename: Option<bool>Capabilities the current user has on this Team Drive.
can_rename_team_drive: Option<bool>Capabilities the current user has on this Team Drive.
Capabilities the current user has on this Team Drive.
can_trash_children: Option<bool>Capabilities the current user has on this Team Drive.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TeamDriveCapabilities
impl Send for TeamDriveCapabilities
impl Sync for TeamDriveCapabilities
impl Unpin for TeamDriveCapabilities
impl UnwindSafe for TeamDriveCapabilities
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more