[−][src]Struct dropbox_sdk::cloud_docs::GetMetadataResult
Fields
file_id: Stringtitle: StringTitle of the Cloud Doc without extension.
mime_type: StringMIME type of the Cloud Doc.
version: StringOpaque string representing the version of the document stored in Dropbox (only set for Dropbox-stored Documents).
provider_version: StringApplication specific string representing the revision of a document (only set for App-stored Documents).
user: Option<UserInfo>User identified by the auth token.
is_deleted: booltrue if the document is deleted or purged.
user_permissions: Option<UserPermissions>Actions that the user identified by the auth token can performn. This message will not be populated for deleted documents.
Trait Implementations
impl Debug for GetMetadataResult[src]
impl Default for GetMetadataResult[src]
impl<'de> Deserialize<'de> for GetMetadataResult[src]
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>[src]
impl Serialize for GetMetadataResult[src]
Auto Trait Implementations
impl RefUnwindSafe for GetMetadataResult
impl Send for GetMetadataResult
impl Sync for GetMetadataResult
impl Unpin for GetMetadataResult
impl UnwindSafe for GetMetadataResult
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,