#[non_exhaustive]pub struct SendAndTrackFileUpdatedDetails {}Available on crate feature
dbx_team_log only.Expand description
File updated in Send and Track.
Trait Implementations§
Source§impl Clone for SendAndTrackFileUpdatedDetails
impl Clone for SendAndTrackFileUpdatedDetails
Source§fn clone(&self) -> SendAndTrackFileUpdatedDetails
fn clone(&self) -> SendAndTrackFileUpdatedDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SendAndTrackFileUpdatedDetails
impl Default for SendAndTrackFileUpdatedDetails
Source§fn default() -> SendAndTrackFileUpdatedDetails
fn default() -> SendAndTrackFileUpdatedDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendAndTrackFileUpdatedDetails
impl<'de> Deserialize<'de> for SendAndTrackFileUpdatedDetails
Source§fn 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
Source§impl PartialEq for SendAndTrackFileUpdatedDetails
impl PartialEq for SendAndTrackFileUpdatedDetails
Source§fn eq(&self, other: &SendAndTrackFileUpdatedDetails) -> bool
fn eq(&self, other: &SendAndTrackFileUpdatedDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SendAndTrackFileUpdatedDetails
impl StructuralPartialEq for SendAndTrackFileUpdatedDetails
Auto Trait Implementations§
impl Freeze for SendAndTrackFileUpdatedDetails
impl RefUnwindSafe for SendAndTrackFileUpdatedDetails
impl Send for SendAndTrackFileUpdatedDetails
impl Sync for SendAndTrackFileUpdatedDetails
impl Unpin for SendAndTrackFileUpdatedDetails
impl UnsafeUnpin for SendAndTrackFileUpdatedDetails
impl UnwindSafe for SendAndTrackFileUpdatedDetails
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.