Enum valve_server_query::models::info::ServerType
source · pub enum ServerType {
Dedicated,
NonDedicated,
SourceTvRelay,
}Variants§
Trait Implementations§
source§impl Clone for ServerType
impl Clone for ServerType
source§fn clone(&self) -> ServerType
fn clone(&self) -> ServerType
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 more