pub struct DriveDocumentInfo {
pub document_ids: Option<DriveDocumentIds>,
}Expand description
The Drive documents to search.
This type is not used in any activity, and only used as part of another schema.
Fields§
§document_ids: Option<DriveDocumentIds>Specify Drive documents by document ID.
Trait Implementations§
Source§impl Clone for DriveDocumentInfo
impl Clone for DriveDocumentInfo
Source§fn clone(&self) -> DriveDocumentInfo
fn clone(&self) -> DriveDocumentInfo
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 DriveDocumentInfo
impl Debug for DriveDocumentInfo
Source§impl Default for DriveDocumentInfo
impl Default for DriveDocumentInfo
Source§fn default() -> DriveDocumentInfo
fn default() -> DriveDocumentInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DriveDocumentInfo
impl<'de> Deserialize<'de> for DriveDocumentInfo
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 DriveDocumentInfo
impl Serialize for DriveDocumentInfo
impl Part for DriveDocumentInfo
Auto Trait Implementations§
impl Freeze for DriveDocumentInfo
impl RefUnwindSafe for DriveDocumentInfo
impl Send for DriveDocumentInfo
impl Sync for DriveDocumentInfo
impl Unpin for DriveDocumentInfo
impl UnwindSafe for DriveDocumentInfo
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