pub enum DownloadType {
Client,
ClientMappings,
Server,
ServerMappings,
WindowsServer,
}Expand description
The type of download
Variants§
Client
The download is for the game client
ClientMappings
The download is mappings for the game
Server
The download is for the game server
ServerMappings
The download is mappings for the game server
WindowsServer
The download is for the windows server
Trait Implementations§
Source§impl Debug for DownloadType
impl Debug for DownloadType
Source§impl<'de> Deserialize<'de> for DownloadType
impl<'de> Deserialize<'de> for DownloadType
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 Hash for DownloadType
impl Hash for DownloadType
Source§impl PartialEq for DownloadType
impl PartialEq for DownloadType
Source§impl Serialize for DownloadType
impl Serialize for DownloadType
impl Eq for DownloadType
impl StructuralPartialEq for DownloadType
Auto Trait Implementations§
impl Freeze for DownloadType
impl RefUnwindSafe for DownloadType
impl Send for DownloadType
impl Sync for DownloadType
impl Unpin for DownloadType
impl UnwindSafe for DownloadType
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