pub struct SuccessContext {
pub request: RequestContext,
pub response: Response,
}Expand description
Context after a successful HTTP response (2xx).
Fields§
§request: RequestContext§response: ResponseTrait Implementations§
Source§impl Clone for SuccessContext
impl Clone for SuccessContext
Source§fn clone(&self) -> SuccessContext
fn clone(&self) -> SuccessContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SuccessContext
impl !RefUnwindSafe for SuccessContext
impl Send for SuccessContext
impl Sync for SuccessContext
impl Unpin for SuccessContext
impl UnsafeUnpin for SuccessContext
impl !UnwindSafe for SuccessContext
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