pub struct HttpManager { /* private fields */ }Implementations§
Source§impl HttpManager
impl HttpManager
Auto Trait Implementations§
impl Freeze for HttpManager
impl !RefUnwindSafe for HttpManager
impl Send for HttpManager
impl Sync for HttpManager
impl Unpin for HttpManager
impl !UnwindSafe for HttpManager
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