pub struct RankingSMap {
pub rank: u64,
pub timestamp: Option<String>,
pub name: String,
pub time: f64,
pub map: String,
pub server: String,
}
Fields§
§rank: u64
§timestamp: Option<String>
§name: String
§time: f64
§map: String
§server: String
Trait Implementations§
Source§impl Clone for RankingSMap
impl Clone for RankingSMap
Source§fn clone(&self) -> RankingSMap
fn clone(&self) -> RankingSMap
Returns a copy 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 moreSource§impl Debug for RankingSMap
impl Debug for RankingSMap
Source§impl Default for RankingSMap
impl Default for RankingSMap
Source§fn default() -> RankingSMap
fn default() -> RankingSMap
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RankingSMap
impl<'de> Deserialize<'de> for RankingSMap
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
Source§impl PartialEq for RankingSMap
impl PartialEq for RankingSMap
Source§impl Serialize for RankingSMap
impl Serialize for RankingSMap
impl StructuralPartialEq for RankingSMap
Auto Trait Implementations§
impl Freeze for RankingSMap
impl RefUnwindSafe for RankingSMap
impl Send for RankingSMap
impl Sync for RankingSMap
impl Unpin for RankingSMap
impl UnwindSafe for RankingSMap
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