Enum s3_sync::LastModified
source · Expand description
Represents last modified time and date.
Depending on the source of the information it will be in different format.
Variants
Implementations
sourceimpl LastModified
impl LastModified
Trait Implementations
sourceimpl Debug for LastModified
impl Debug for LastModified
sourceimpl Display for LastModified
impl Display for LastModified
sourceimpl PartialEq<LastModified> for LastModified
impl PartialEq<LastModified> for LastModified
sourcefn eq(&self, other: &LastModified) -> bool
fn eq(&self, other: &LastModified) -> bool
impl Eq for LastModified
impl StructuralEq for LastModified
impl StructuralPartialEq for LastModified
Auto Trait Implementations
impl RefUnwindSafe for LastModified
impl Send for LastModified
impl Sync for LastModified
impl Unpin for LastModified
impl UnwindSafe for LastModified
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.