pub struct HttpWaiter {
pub method: Method,
pub url: Url,
}
Fields§
§method: Method
§url: Url
Implementations§
Trait Implementations§
Source§impl Clone for HttpWaiter
impl Clone for HttpWaiter
Source§fn clone(&self) -> HttpWaiter
fn clone(&self) -> HttpWaiter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Waitable for HttpWaiter
impl Waitable for HttpWaiter
Auto Trait Implementations§
impl Freeze for HttpWaiter
impl RefUnwindSafe for HttpWaiter
impl Send for HttpWaiter
impl Sync for HttpWaiter
impl Unpin for HttpWaiter
impl UnwindSafe for HttpWaiter
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