Struct assemblyline_models::datastore::submission::Times
source · pub struct Times {
pub completed: Option<DateTime<Utc>>,
pub submitted: DateTime<Utc>,
}
Expand description
Submission-Relevant Times
Fields§
§completed: Option<DateTime<Utc>>
Date at which the submission finished scanning
submitted: DateTime<Utc>
Date at which the submission started scanning
Trait Implementations§
source§impl Described<ElasticMeta> for Times
impl Described<ElasticMeta> for Times
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for Times
impl<'de> Deserialize<'de> for Times
source§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 RefUnwindSafe for Times
impl Send for Times
impl Sync for Times
impl Unpin for Times
impl UnwindSafe for Times
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