Struct assemblyline_models::datastore::result::Milestone
source · pub struct Milestone {
pub service_started: DateTime<Utc>,
pub service_completed: DateTime<Utc>,
}
Expand description
Service Milestones
Fields§
§service_started: DateTime<Utc>
Date the service started scanning
service_completed: DateTime<Utc>
Date the service finished scanning
Trait Implementations§
source§impl Described<ElasticMeta> for Milestone
impl Described<ElasticMeta> for Milestone
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for Milestone
impl<'de> Deserialize<'de> for Milestone
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 Milestone
impl Send for Milestone
impl Sync for Milestone
impl Unpin for Milestone
impl UnwindSafe for Milestone
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