pub struct RequestBody { /* private fields */ }
Trait Implementations§
Source§impl HttpBodyControl for RequestBody
impl HttpBodyControl for RequestBody
Source§impl HttpControl for RequestBody
impl HttpControl for RequestBody
Source§fn attributes(&self) -> &Attributes
fn attributes(&self) -> &Attributes
Retrieve attributes for the http data
Source§fn end_of_stream(&self) -> bool
fn end_of_stream(&self) -> bool
If
true
, this is the last blockAuto Trait Implementations§
impl Freeze for RequestBody
impl RefUnwindSafe for RequestBody
impl Send for RequestBody
impl Sync for RequestBody
impl Unpin for RequestBody
impl UnwindSafe for RequestBody
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