pub struct HttpResponseMessage {
pub request_id: String,
pub response: Result<HttpChannelResponse, Error>,
pub timestamp: Instant,
}Expand description
HTTP Response message for channel sessions
Fields§
§request_id: String§response: Result<HttpChannelResponse, Error>§timestamp: InstantTrait Implementations§
Auto Trait Implementations§
impl Freeze for HttpResponseMessage
impl RefUnwindSafe for HttpResponseMessage
impl Send for HttpResponseMessage
impl Sync for HttpResponseMessage
impl Unpin for HttpResponseMessage
impl UnwindSafe for HttpResponseMessage
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