pub struct Perform;
Expand description
A type-state struct in building the HttpClient.
Auto Trait Implementations§
impl Freeze for Perform
impl RefUnwindSafe for Perform
impl Send for Perform
impl Sync for Perform
impl Unpin for Perform
impl UnwindSafe for Perform
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