Struct async_fcgi::fastcgi::BeginRequestBody
source · 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 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