Struct google_drive3::FileCapabilities [] [src]

pub struct FileCapabilities {
    pub can_read_revisions: Option<bool>,
    pub can_copy: Option<bool>,
    pub can_share: Option<bool>,
    pub can_edit: Option<bool>,
    pub can_comment: Option<bool>,
}

Capabilities the current user has on the file.

This type is not used in any activity, and only used as part of another schema.

Fields

Whether the current user has read access to the Revisions resource of the file.

Whether the user can copy the file.

Whether the user can modify the file's permissions and sharing settings.

Whether the user can edit the file's content.

Whether the user can comment on the file.

Trait Implementations

impl Debug for FileCapabilities
[src]

Formats the value using the given formatter.

impl Clone for FileCapabilities
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FileCapabilities
[src]

Returns the "default value" for a type. Read more

impl NestedType for FileCapabilities
[src]

impl Part for FileCapabilities
[src]