Struct RunData
pub struct RunData {
pub run_name: String,
pub flux_name: String,
pub timestamp: String,
}
Expand description
Metadata for the run
Fields§
§run_name: String
User defined run title
flux_name: String
User defined flux comment
timestamp: String
Timestamp for inventory calculation
Trait Implementations§
§impl<'de> Deserialize<'de> for RunData
impl<'de> Deserialize<'de> for RunData
§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
Auto Trait Implementations§
impl Freeze for RunData
impl RefUnwindSafe for RunData
impl Send for RunData
impl Sync for RunData
impl Unpin for RunData
impl UnwindSafe for RunData
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