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