pub struct UpdateCheckState {
pub last_checked: DateTime<Utc>,
pub last_indexed: Option<DateTime<Utc>>,
pub content_hash: Option<String>,
}Fields§
§last_checked: DateTime<Utc>§last_indexed: Option<DateTime<Utc>>§content_hash: Option<String>Trait Implementations§
Source§impl Clone for UpdateCheckState
impl Clone for UpdateCheckState
Source§fn clone(&self) -> UpdateCheckState
fn clone(&self) -> UpdateCheckState
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 moreAuto Trait Implementations§
impl Freeze for UpdateCheckState
impl RefUnwindSafe for UpdateCheckState
impl Send for UpdateCheckState
impl Sync for UpdateCheckState
impl Unpin for UpdateCheckState
impl UnsafeUnpin for UpdateCheckState
impl UnwindSafe for UpdateCheckState
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