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