pub struct ResponseInProgressEvent {
pub type: String,
pub response: Response,
}
Expand description
Emitted when the response is in progress.
Fields§
§type: String
The type of the event.
response: Response
The response that is in progress.
Trait Implementations§
Source§impl Clone for ResponseInProgressEvent
impl Clone for ResponseInProgressEvent
Source§fn clone(&self) -> ResponseInProgressEvent
fn clone(&self) -> ResponseInProgressEvent
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 moreAuto Trait Implementations§
impl Freeze for ResponseInProgressEvent
impl RefUnwindSafe for ResponseInProgressEvent
impl Send for ResponseInProgressEvent
impl Sync for ResponseInProgressEvent
impl Unpin for ResponseInProgressEvent
impl UnwindSafe for ResponseInProgressEvent
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