pub struct Phm2018LeadTimeRow {
pub run_id: String,
pub dsfb_detection_time: Option<i64>,
pub threshold_detection_time: Option<i64>,
pub lead_time_delta: Option<i64>,
}Fields§
§run_id: String§dsfb_detection_time: Option<i64>§threshold_detection_time: Option<i64>§lead_time_delta: Option<i64>Trait Implementations§
Source§impl Clone for Phm2018LeadTimeRow
impl Clone for Phm2018LeadTimeRow
Source§fn clone(&self) -> Phm2018LeadTimeRow
fn clone(&self) -> Phm2018LeadTimeRow
Returns a duplicate of the value. Read more
1.0.0 · 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 Phm2018LeadTimeRow
impl Debug for Phm2018LeadTimeRow
Auto Trait Implementations§
impl Freeze for Phm2018LeadTimeRow
impl RefUnwindSafe for Phm2018LeadTimeRow
impl Send for Phm2018LeadTimeRow
impl Sync for Phm2018LeadTimeRow
impl Unpin for Phm2018LeadTimeRow
impl UnsafeUnpin for Phm2018LeadTimeRow
impl UnwindSafe for Phm2018LeadTimeRow
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