pub struct NpmCompTimeInfo {
pub created: DateTime<Utc>,
pub modified: DateTime<Utc>,
pub versions: VersionDateTimeMap,
}
Fields§
§created: DateTime<Utc>
Package publicly created timestamp, for the first time
modified: DateTime<Utc>
Package modified on timestamp
versions: VersionDateTimeMap
List of package versions published at timestamp
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TimeInfo
impl<'de> Deserialize<'de> for TimeInfo
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 Freeze for TimeInfo
impl RefUnwindSafe for TimeInfo
impl Send for TimeInfo
impl Sync for TimeInfo
impl Unpin for TimeInfo
impl UnwindSafe for TimeInfo
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