pub struct Request { /* private fields */ }Implementations§
source§impl Request
impl Request
pub async fn multi_thread_decode(r: OwnedReadHalf) -> Result<Self, String>
pub fn event_poll_decode(stream: &TcpStream) -> Result<Self, String>
pub fn append_head_info(&mut self, item: String)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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