Struct google_drive2::FileLabels [−][src]
pub struct FileLabels {
pub starred: Option<bool>,
pub viewed: Option<bool>,
pub restricted: Option<bool>,
pub hidden: Option<bool>,
pub modified: Option<bool>,
pub trashed: Option<bool>,
}A group of labels for the file.
This type is not used in any activity, and only used as part of another schema.
Fields
starred: Option<bool>
Whether this file is starred by the user.
viewed: Option<bool>
Whether this file has been viewed by this user.
restricted: Option<bool>
Whether viewers and commenters are prevented from downloading, printing, and copying this file.
Deprecated.
modified: Option<bool>
Whether the file has been modified by this user.
trashed: Option<bool>
Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
Trait Implementations
impl Default for FileLabels[src]
impl Default for FileLabelsfn default() -> FileLabels[src]
fn default() -> FileLabelsReturns the "default value" for a type. Read more
impl Clone for FileLabels[src]
impl Clone for FileLabelsfn clone(&self) -> FileLabels[src]
fn clone(&self) -> FileLabelsReturns 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 FileLabels[src]
impl Debug for FileLabelsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for FileLabels[src]
impl NestedType for FileLabelsimpl Part for FileLabels[src]
impl Part for FileLabelsAuto Trait Implementations
impl Send for FileLabels
impl Send for FileLabelsimpl Sync for FileLabels
impl Sync for FileLabels