Struct google_drive::types::ShortcutDetails [−][src]
pub struct ShortcutDetails {
pub target_id: String,
pub target_mime_type: String,
pub target_resource_key: String,
}Expand description
Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
Fields
target_id: StringShortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
target_mime_type: StringShortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
target_resource_key: StringShortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
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 ShortcutDetails
impl Send for ShortcutDetails
impl Sync for ShortcutDetails
impl Unpin for ShortcutDetails
impl UnwindSafe for ShortcutDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more