pub struct BeginRequestBody { /* private fields */ }
Implementations§
Source§impl BeginRequestBody
impl BeginRequestBody
pub fn write_into<BM: BufMut>(self, data: &mut BM)
Auto Trait Implementations§
impl Freeze for BeginRequestBody
impl RefUnwindSafe for BeginRequestBody
impl Send for BeginRequestBody
impl Sync for BeginRequestBody
impl Unpin for BeginRequestBody
impl UnwindSafe for BeginRequestBody
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