pub struct MinStats {
pub ms_photos: i32,
pub ms_locentries: i32,
pub ms_photovotes: i32,
}Expand description
Statistics for a mineral.
Fields§
§ms_photos: i32Number of photos.
ms_locentries: i32Number of locality entries.
ms_photovotes: i32Number of votes for photos.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MinStats
impl<'de> Deserialize<'de> for MinStats
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 MinStats
impl RefUnwindSafe for MinStats
impl Send for MinStats
impl Sync for MinStats
impl Unpin for MinStats
impl UnwindSafe for MinStats
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