pub struct ResponseNow {
pub header: ResponseHeader,
pub bound: Bound,
pub timestamp: u64,
}
Expand description
A structure for holding the response of a now request.
Fields§
§header: ResponseHeader
§bound: Bound
§timestamp: u64
The timestamp, represented as nanoseconds since the Unix Epoch, bounded against.
Auto Trait Implementations§
impl Freeze for ResponseNow
impl RefUnwindSafe for ResponseNow
impl Send for ResponseNow
impl Sync for ResponseNow
impl Unpin for ResponseNow
impl UnwindSafe for ResponseNow
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