Struct dropbox_sdk::team_log::FileAddDetails
source · [−]#[non_exhaustive]pub struct FileAddDetails {}Available on crate feature
dbx_team_log only.Expand description
Added files and/or folders.
Trait Implementations
sourceimpl Clone for FileAddDetails
impl Clone for FileAddDetails
sourcefn clone(&self) -> FileAddDetails
fn clone(&self) -> FileAddDetails
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 FileAddDetails
impl Debug for FileAddDetails
sourceimpl Default for FileAddDetails
impl Default for FileAddDetails
sourcefn default() -> FileAddDetails
fn default() -> FileAddDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FileAddDetails
impl<'de> Deserialize<'de> for FileAddDetails
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 PartialEq<FileAddDetails> for FileAddDetails
impl PartialEq<FileAddDetails> for FileAddDetails
sourceimpl Serialize for FileAddDetails
impl Serialize for FileAddDetails
impl Eq for FileAddDetails
impl StructuralEq for FileAddDetails
impl StructuralPartialEq for FileAddDetails
Auto Trait Implementations
impl RefUnwindSafe for FileAddDetails
impl Send for FileAddDetails
impl Sync for FileAddDetails
impl Unpin for FileAddDetails
impl UnwindSafe for FileAddDetails
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