pub struct statistics;
Trait Implementations§
Source§impl Field for statistics
impl Field for statistics
Source§impl HasField<statistics> for Package
impl HasField<statistics> for Package
Source§type Type = Option<PackageStatistics>
type Type = Option<PackageStatistics>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for statistics
impl RefUnwindSafe for statistics
impl Send for statistics
impl Sync for statistics
impl Unpin for statistics
impl UnwindSafe for statistics
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