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