Struct dropbox_sdk::team_log::FilePreviewDetails
source · [−]#[non_exhaustive]pub struct FilePreviewDetails {}Available on crate feature
dbx_team_log only.Expand description
Previewed files and/or folders.
Trait Implementations
sourceimpl Clone for FilePreviewDetails
impl Clone for FilePreviewDetails
sourcefn clone(&self) -> FilePreviewDetails
fn clone(&self) -> FilePreviewDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FilePreviewDetails
impl Debug for FilePreviewDetails
sourceimpl Default for FilePreviewDetails
impl Default for FilePreviewDetails
sourcefn default() -> FilePreviewDetails
fn default() -> FilePreviewDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FilePreviewDetails
impl<'de> Deserialize<'de> for FilePreviewDetails
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for FilePreviewDetails
impl Serialize for FilePreviewDetails
impl Eq for FilePreviewDetails
impl StructuralEq for FilePreviewDetails
impl StructuralPartialEq for FilePreviewDetails
Auto Trait Implementations
impl RefUnwindSafe for FilePreviewDetails
impl Send for FilePreviewDetails
impl Sync for FilePreviewDetails
impl Unpin for FilePreviewDetails
impl UnwindSafe for FilePreviewDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more