pub struct DriveDocumentIds {
pub ids: Option<Vec<String>>,
}Expand description
Specify Drive documents by document ID.
This type is not used in any activity, and only used as part of another schema.
Fields§
§ids: Option<Vec<String>>Required. A list of Drive document IDs.
Trait Implementations§
Source§impl Clone for DriveDocumentIds
impl Clone for DriveDocumentIds
Source§fn clone(&self) -> DriveDocumentIds
fn clone(&self) -> DriveDocumentIds
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DriveDocumentIds
impl Debug for DriveDocumentIds
Source§impl Default for DriveDocumentIds
impl Default for DriveDocumentIds
Source§fn default() -> DriveDocumentIds
fn default() -> DriveDocumentIds
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DriveDocumentIds
impl<'de> Deserialize<'de> for DriveDocumentIds
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
Source§impl Serialize for DriveDocumentIds
impl Serialize for DriveDocumentIds
impl Part for DriveDocumentIds
Auto Trait Implementations§
impl Freeze for DriveDocumentIds
impl RefUnwindSafe for DriveDocumentIds
impl Send for DriveDocumentIds
impl Sync for DriveDocumentIds
impl Unpin for DriveDocumentIds
impl UnwindSafe for DriveDocumentIds
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