pub struct ConditionalCache { /* private fields */ }Expand description
Metadata cache for conditional requests
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ConditionalCache
impl RefUnwindSafe for ConditionalCache
impl Send for ConditionalCache
impl Sync for ConditionalCache
impl Unpin for ConditionalCache
impl UnwindSafe for ConditionalCache
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