Struct google_drive::types::TeamDriveRestrictions [−][src]
pub struct TeamDriveRestrictions {
pub admin_managed_restrictions: Option<bool>,
pub copy_requires_writer_permission: Option<bool>,
pub domain_users_only: Option<bool>,
pub team_members_only: Option<bool>,
}Expand description
A set of restrictions that apply to this Team Drive or items inside this Team Drive.
Fields
admin_managed_restrictions: Option<bool>A set of restrictions that apply to this Team Drive or items inside this Team Drive.
copy_requires_writer_permission: Option<bool>A set of restrictions that apply to this Team Drive or items inside this Team Drive.
domain_users_only: Option<bool>A set of restrictions that apply to this Team Drive or items inside this Team Drive.
team_members_only: Option<bool>A set of restrictions that apply to this Team Drive or items inside 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 TeamDriveRestrictions
impl Send for TeamDriveRestrictions
impl Sync for TeamDriveRestrictions
impl Unpin for TeamDriveRestrictions
impl UnwindSafe for TeamDriveRestrictions
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more