pub struct VerifyCacheEntry {
pub cache_key: String,
pub registry_url: String,
pub fetched_at_ms: i64,
pub payload_json: String,
}Fields§
§cache_key: String§registry_url: String§fetched_at_ms: i64§payload_json: StringTrait Implementations§
Source§impl Clone for VerifyCacheEntry
impl Clone for VerifyCacheEntry
Source§fn clone(&self) -> VerifyCacheEntry
fn clone(&self) -> VerifyCacheEntry
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 VerifyCacheEntry
impl Debug for VerifyCacheEntry
Source§impl PartialEq for VerifyCacheEntry
impl PartialEq for VerifyCacheEntry
impl Eq for VerifyCacheEntry
impl StructuralPartialEq for VerifyCacheEntry
Auto Trait Implementations§
impl Freeze for VerifyCacheEntry
impl RefUnwindSafe for VerifyCacheEntry
impl Send for VerifyCacheEntry
impl Sync for VerifyCacheEntry
impl Unpin for VerifyCacheEntry
impl UnsafeUnpin for VerifyCacheEntry
impl UnwindSafe for VerifyCacheEntry
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