pub struct ClearCache;Expand description
Marker type for the ClearCache action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClearCache
impl RefUnwindSafe for ClearCache
impl Send for ClearCache
impl Sync for ClearCache
impl Unpin for ClearCache
impl UnsafeUnpin for ClearCache
impl UnwindSafe for ClearCache
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