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