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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ServerType
impl Debug for ServerType
Source§impl PartialEq for ServerType
impl PartialEq for ServerType
impl Eq for ServerType
impl StructuralPartialEq for ServerType
Auto Trait Implementations§
impl Freeze for ServerType
impl RefUnwindSafe for ServerType
impl Send for ServerType
impl Sync for ServerType
impl Unpin for ServerType
impl UnwindSafe for ServerType
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