pub struct CachedValidation {
pub result: ValidationResult,
pub validated_at: u128,
}Fields§
§result: ValidationResult§validated_at: u128Implementations§
Trait Implementations§
Source§impl Clone for CachedValidation
impl Clone for CachedValidation
Source§fn clone(&self) -> CachedValidation
fn clone(&self) -> CachedValidation
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 moreAuto Trait Implementations§
impl Freeze for CachedValidation
impl RefUnwindSafe for CachedValidation
impl Send for CachedValidation
impl Sync for CachedValidation
impl Unpin for CachedValidation
impl UnsafeUnpin for CachedValidation
impl UnwindSafe for CachedValidation
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