pub struct StatsMap {
pub map: String,
pub server: String,
pub points: u8,
pub stars: u8,
pub mapper: String,
pub timestamp: Option<String>,
}
Fields§
§map: String
§server: String
§points: u8
§stars: u8
§mapper: String
§timestamp: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StatsMap
impl<'de> Deserialize<'de> for StatsMap
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
impl StructuralPartialEq for StatsMap
Auto Trait Implementations§
impl Freeze for StatsMap
impl RefUnwindSafe for StatsMap
impl Send for StatsMap
impl Sync for StatsMap
impl Unpin for StatsMap
impl UnwindSafe for StatsMap
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