pub enum MasterServer {
One,
Two,
Three,
Four,
}
Variants§
Auto Trait Implementations§
impl Freeze for MasterServer
impl RefUnwindSafe for MasterServer
impl Send for MasterServer
impl Sync for MasterServer
impl Unpin for MasterServer
impl UnwindSafe for MasterServer
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