pub struct HttpWarp;Trait Implementations§
impl Copy for HttpWarp
Auto Trait Implementations§
impl Freeze for HttpWarp
impl RefUnwindSafe for HttpWarp
impl Send for HttpWarp
impl Sync for HttpWarp
impl Unpin for HttpWarp
impl UnwindSafe for HttpWarp
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