pub struct ResponseAfter {
pub header: ResponseHeader,
pub after: bool,
}
Expand description
A structure for holding the response of an after request.
Fields§
§header: ResponseHeader
§after: bool
A boolean indicating if the requested time is after the current error bounds or not.
Auto Trait Implementations§
impl Freeze for ResponseAfter
impl RefUnwindSafe for ResponseAfter
impl Send for ResponseAfter
impl Sync for ResponseAfter
impl Unpin for ResponseAfter
impl UnwindSafe for ResponseAfter
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