Enum valve_server_query::models::info::ServerType
source · [−]pub enum ServerType {
Dedicated,
NonDedicated,
SourceTvRelay,
}Variants
Dedicated
NonDedicated
SourceTvRelay
Trait Implementations
sourceimpl 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