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