pub struct TeamDrive {
pub name: Option<String>,
pub root: Option<DriveItem>,
pub title: Option<String>,
}Expand description
This item is deprecated; please see Drive instead.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>This field is deprecated; please see Drive.name instead.
root: Option<DriveItem>This field is deprecated; please see Drive.root instead.
title: Option<String>This field is deprecated; please see Drive.title instead.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TeamDrive
impl<'de> Deserialize<'de> for TeamDrive
Source§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
impl Part for TeamDrive
Auto Trait Implementations§
impl Freeze for TeamDrive
impl RefUnwindSafe for TeamDrive
impl Send for TeamDrive
impl Sync for TeamDrive
impl Unpin for TeamDrive
impl UnwindSafe for TeamDrive
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more