pub struct Phases {
pub blocked: Option<f64>,
pub dns: Option<f64>,
pub connect: Option<f64>,
pub ssl: Option<f64>,
pub send: f64,
pub wait: f64,
pub receive: f64,
}Fields§
§blocked: Option<f64>§dns: Option<f64>§connect: Option<f64>§ssl: Option<f64>§send: f64§wait: f64§receive: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Phases
impl RefUnwindSafe for Phases
impl Send for Phases
impl Sync for Phases
impl Unpin for Phases
impl UnsafeUnpin for Phases
impl UnwindSafe for Phases
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