pub struct RequestCachedResponseResult {
pub response: CachedResponse,
}Fields§
§response: CachedResponseResponse read from the cache.
Trait Implementations§
Source§impl Clone for RequestCachedResponseResult
impl Clone for RequestCachedResponseResult
Source§fn clone(&self) -> RequestCachedResponseResult
fn clone(&self) -> RequestCachedResponseResult
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 RequestCachedResponseResult
impl Debug for RequestCachedResponseResult
Source§impl<'de> Deserialize<'de> for RequestCachedResponseResult
impl<'de> Deserialize<'de> for RequestCachedResponseResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl TryFrom<Value> for RequestCachedResponseResult
impl TryFrom<Value> for RequestCachedResponseResult
impl StructuralPartialEq for RequestCachedResponseResult
Auto Trait Implementations§
impl Freeze for RequestCachedResponseResult
impl RefUnwindSafe for RequestCachedResponseResult
impl Send for RequestCachedResponseResult
impl Sync for RequestCachedResponseResult
impl Unpin for RequestCachedResponseResult
impl UnsafeUnpin for RequestCachedResponseResult
impl UnwindSafe for RequestCachedResponseResult
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