pub struct ResultEvent<'a> {
pub service: &'a str,
pub backend_index: usize,
pub status: Option<StatusCode>,
pub error: Option<ProxyErrorKind>,
pub head_latency: Duration,
}Fields§
§service: &'a str§backend_index: usize§status: Option<StatusCode>§error: Option<ProxyErrorKind>§head_latency: DurationAuto Trait Implementations§
impl<'a> Freeze for ResultEvent<'a>
impl<'a> RefUnwindSafe for ResultEvent<'a>
impl<'a> Send for ResultEvent<'a>
impl<'a> Sync for ResultEvent<'a>
impl<'a> Unpin for ResultEvent<'a>
impl<'a> UnsafeUnpin for ResultEvent<'a>
impl<'a> UnwindSafe for ResultEvent<'a>
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