pub struct CachePolicyRef { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for CachePolicyRef
impl RefUnwindSafe for CachePolicyRef
impl Send for CachePolicyRef
impl Sync for CachePolicyRef
impl Unpin for CachePolicyRef
impl UnwindSafe for CachePolicyRef
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more