Enum valve_server_query::models::info::ServerType
source · [−]pub enum ServerType {
Dedicated,
NonDedicated,
SourceTvRelay,
}Variants
Dedicated
NonDedicated
SourceTvRelay
Trait Implementations
sourceimpl Clone for ServerType
impl Clone for ServerType
sourcefn clone(&self) -> ServerType
fn clone(&self) -> ServerType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ServerType
impl Debug for ServerType
sourceimpl PartialEq<ServerType> for ServerType
impl PartialEq<ServerType> for ServerType
sourcefn eq(&self, other: &ServerType) -> bool
fn eq(&self, other: &ServerType) -> bool
impl Eq for ServerType
impl StructuralEq for ServerType
impl StructuralPartialEq for ServerType
Auto Trait Implementations
impl RefUnwindSafe for ServerType
impl Send for ServerType
impl Sync for ServerType
impl Unpin for ServerType
impl UnwindSafe for ServerType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more