pub struct DsfbObserverInput {
pub run_index: usize,
pub timestamp: String,
pub residuals: Vec<f64>,
pub upstream_alarms: UpstreamAlarmSnapshot,
pub metadata_pairs: Vec<(String, String)>,
}Fields§
§run_index: usize§timestamp: String§residuals: Vec<f64>§upstream_alarms: UpstreamAlarmSnapshot§metadata_pairs: Vec<(String, String)>Trait Implementations§
Source§impl Clone for DsfbObserverInput
impl Clone for DsfbObserverInput
Source§fn clone(&self) -> DsfbObserverInput
fn clone(&self) -> DsfbObserverInput
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 DsfbObserverInput
impl Debug for DsfbObserverInput
Source§impl PartialEq for DsfbObserverInput
impl PartialEq for DsfbObserverInput
Source§impl Serialize for DsfbObserverInput
impl Serialize for DsfbObserverInput
impl StructuralPartialEq for DsfbObserverInput
Auto Trait Implementations§
impl Freeze for DsfbObserverInput
impl RefUnwindSafe for DsfbObserverInput
impl Send for DsfbObserverInput
impl Sync for DsfbObserverInput
impl Unpin for DsfbObserverInput
impl UnsafeUnpin for DsfbObserverInput
impl UnwindSafe for DsfbObserverInput
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