Struct dfir_toolkit::common::bodyfile::Modified
source · pub struct Modified(/* private fields */);Trait Implementations§
source§impl BehavesLikeI64 for Modified
impl BehavesLikeI64 for Modified
source§impl From<&NaiveDateTime> for Modified
impl From<&NaiveDateTime> for Modified
source§fn from(v: &NaiveDateTime) -> Self
fn from(v: &NaiveDateTime) -> Self
Converts to this type from the input type.
source§impl From<NaiveDateTime> for Modified
impl From<NaiveDateTime> for Modified
source§fn from(v: NaiveDateTime) -> Self
fn from(v: NaiveDateTime) -> Self
Converts to this type from the input type.
source§impl Ord for Modified
impl Ord for Modified
source§impl PartialEq for Modified
impl PartialEq for Modified
source§impl PartialOrd for Modified
impl PartialOrd for Modified
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for Modified
impl StructuralEq for Modified
impl StructuralPartialEq for Modified
Auto Trait Implementations§
impl RefUnwindSafe for Modified
impl Send for Modified
impl Sync for Modified
impl Unpin for Modified
impl UnwindSafe for Modified
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<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.