pub struct PCloudStoreFileMetadata { /* private fields */ }
Expand description
Metadata for a file in the pCloud store.
Trait Implementations§
Source§impl Clone for PCloudStoreFileMetadata
impl Clone for PCloudStoreFileMetadata
Source§fn clone(&self) -> PCloudStoreFileMetadata
fn clone(&self) -> PCloudStoreFileMetadata
Returns a copy 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 PCloudStoreFileMetadata
impl Debug for PCloudStoreFileMetadata
Source§impl From<PCloudStoreFileMetadata> for AnyStoreFileMetadata
impl From<PCloudStoreFileMetadata> for AnyStoreFileMetadata
Source§fn from(value: PCloudStoreFileMetadata) -> Self
fn from(value: PCloudStoreFileMetadata) -> Self
Converts to this type from the input type.
Source§impl StoreMetadata for PCloudStoreFileMetadata
impl StoreMetadata for PCloudStoreFileMetadata
Source§fn content_type(&self) -> Option<&str>
fn content_type(&self) -> Option<&str>
Returns the content type of the file
Auto Trait Implementations§
impl Freeze for PCloudStoreFileMetadata
impl RefUnwindSafe for PCloudStoreFileMetadata
impl Send for PCloudStoreFileMetadata
impl Sync for PCloudStoreFileMetadata
impl Unpin for PCloudStoreFileMetadata
impl UnwindSafe for PCloudStoreFileMetadata
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