pub struct EpiHttp {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EpiHttp
impl RefUnwindSafe for EpiHttp
impl Send for EpiHttp
impl Sync for EpiHttp
impl Unpin for EpiHttp
impl UnwindSafe for EpiHttp
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