pub struct MapAttribute {Show 14 fields
pub map_candidate: String,
pub map_description: String,
pub map_era: String,
pub map_height: String,
pub map_md5: String,
pub map_name: String,
pub map_path: String,
pub map_version: String,
pub map_width: String,
pub replay_humans: String,
pub replay_max_players: String,
pub replay_min_players: String,
pub replay_opponents: String,
pub season_id: String,
}
Fields§
§map_candidate: String
§map_description: String
§map_era: String
§map_height: String
§map_md5: String
§map_name: String
§map_path: String
§map_version: String
§map_width: String
§replay_humans: String
§replay_max_players: String
§replay_min_players: String
§replay_opponents: String
§season_id: String
Trait Implementations§
Source§impl Debug for MapAttribute
impl Debug for MapAttribute
Source§impl<'de> Deserialize<'de> for MapAttribute
impl<'de> Deserialize<'de> for MapAttribute
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 MapAttribute
impl RefUnwindSafe for MapAttribute
impl Send for MapAttribute
impl Sync for MapAttribute
impl Unpin for MapAttribute
impl UnwindSafe for MapAttribute
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