pub struct LastChecked { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LastChecked
impl Clone for LastChecked
Source§fn clone(&self) -> LastChecked
fn clone(&self) -> LastChecked
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LastChecked
impl Debug for LastChecked
Source§impl PartialEq for LastChecked
impl PartialEq for LastChecked
Source§impl Serialize for LastChecked
impl Serialize for LastChecked
Source§impl TryFrom<Duration> for LastChecked
impl TryFrom<Duration> for LastChecked
impl StructuralPartialEq for LastChecked
Auto Trait Implementations§
impl Freeze for LastChecked
impl RefUnwindSafe for LastChecked
impl Send for LastChecked
impl Sync for LastChecked
impl Unpin for LastChecked
impl UnwindSafe for LastChecked
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