pub struct EndRequest { /* private fields */ }Expand description
End request record body data.
Trait Implementations§
Source§impl Debug for EndRequest
impl Debug for EndRequest
Auto Trait Implementations§
impl Freeze for EndRequest
impl RefUnwindSafe for EndRequest
impl Send for EndRequest
impl Sync for EndRequest
impl Unpin for EndRequest
impl UnwindSafe for EndRequest
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