pub struct Entries {
pub pageref: Option<String>,
pub started_date_time: String,
pub time: f64,
pub request: Request,
pub response: Response,
pub cache: Cache,
pub timings: Timings,
pub server_ip_address: Option<String>,
pub connection: Option<String>,
pub comment: Option<String>,
}Fields§
§pageref: Option<String>§started_date_time: String§time: f64§request: Request§response: Response§cache: Cache§timings: Timings§server_ip_address: Option<String>§connection: Option<String>§comment: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Entries
impl<'de> Deserialize<'de> for Entries
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Entries
Auto Trait Implementations§
impl Freeze for Entries
impl RefUnwindSafe for Entries
impl Send for Entries
impl Sync for Entries
impl Unpin for Entries
impl UnsafeUnpin for Entries
impl UnwindSafe for Entries
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