pub struct StartupCall {
pub id: String,
pub method: String,
pub host: String,
pub norm_path: String,
pub offset_ms: f64,
pub duration_ms: f64,
pub status: i64,
}Fields§
§id: String§method: String§host: String§norm_path: String§offset_ms: f64§duration_ms: f64§status: i64Trait Implementations§
Source§impl Clone for StartupCall
impl Clone for StartupCall
Source§fn clone(&self) -> StartupCall
fn clone(&self) -> StartupCall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StartupCall
impl Debug for StartupCall
Auto Trait Implementations§
impl Freeze for StartupCall
impl RefUnwindSafe for StartupCall
impl Send for StartupCall
impl Sync for StartupCall
impl Unpin for StartupCall
impl UnsafeUnpin for StartupCall
impl UnwindSafe for StartupCall
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