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