pub struct LockfileStats {
pub total_packs: usize,
pub generated: Option<DateTime<Utc>>,
pub version: Option<String>,
}Expand description
Lockfile statistics
Fields§
§total_packs: usize§generated: Option<DateTime<Utc>>§version: Option<String>Trait Implementations§
Source§impl Clone for LockfileStats
impl Clone for LockfileStats
Source§fn clone(&self) -> LockfileStats
fn clone(&self) -> LockfileStats
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 moreAuto Trait Implementations§
impl Freeze for LockfileStats
impl RefUnwindSafe for LockfileStats
impl Send for LockfileStats
impl Sync for LockfileStats
impl Unpin for LockfileStats
impl UnwindSafe for LockfileStats
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