pub struct CacheFlushStrategy;Trait Implementations§
Source§impl RepairStrategy for CacheFlushStrategy
impl RepairStrategy for CacheFlushStrategy
Auto Trait Implementations§
impl Freeze for CacheFlushStrategy
impl RefUnwindSafe for CacheFlushStrategy
impl Send for CacheFlushStrategy
impl Sync for CacheFlushStrategy
impl Unpin for CacheFlushStrategy
impl UnsafeUnpin for CacheFlushStrategy
impl UnwindSafe for CacheFlushStrategy
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