pub struct DefaultCacheBehavior { /* private fields */ }Trait Implementations§
Source§impl Debug for DefaultCacheBehavior
impl Debug for DefaultCacheBehavior
Auto Trait Implementations§
impl Freeze for DefaultCacheBehavior
impl RefUnwindSafe for DefaultCacheBehavior
impl Send for DefaultCacheBehavior
impl Sync for DefaultCacheBehavior
impl Unpin for DefaultCacheBehavior
impl UnwindSafe for DefaultCacheBehavior
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