pub struct HttpComponent;Implementations§
Source§impl HttpComponent
impl HttpComponent
Trait Implementations§
Source§impl Component for HttpComponent
impl Component for HttpComponent
Auto Trait Implementations§
impl Freeze for HttpComponent
impl RefUnwindSafe for HttpComponent
impl Send for HttpComponent
impl Sync for HttpComponent
impl Unpin for HttpComponent
impl UnsafeUnpin for HttpComponent
impl UnwindSafe for HttpComponent
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