pub enum WelcomeReplyServerPacketWelcomeCodeData {
SelectCharacter(WelcomeReplyServerPacketWelcomeCodeDataSelectCharacter),
EnterGame(WelcomeReplyServerPacketWelcomeCodeDataEnterGame),
}
Variants§
SelectCharacter(WelcomeReplyServerPacketWelcomeCodeDataSelectCharacter)
EnterGame(WelcomeReplyServerPacketWelcomeCodeDataEnterGame)
Trait Implementations§
Source§impl Clone for WelcomeReplyServerPacketWelcomeCodeData
impl Clone for WelcomeReplyServerPacketWelcomeCodeData
Source§fn clone(&self) -> WelcomeReplyServerPacketWelcomeCodeData
fn clone(&self) -> WelcomeReplyServerPacketWelcomeCodeData
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 moreSource§impl PartialEq for WelcomeReplyServerPacketWelcomeCodeData
impl PartialEq for WelcomeReplyServerPacketWelcomeCodeData
Source§fn eq(&self, other: &WelcomeReplyServerPacketWelcomeCodeData) -> bool
fn eq(&self, other: &WelcomeReplyServerPacketWelcomeCodeData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for WelcomeReplyServerPacketWelcomeCodeData
impl StructuralPartialEq for WelcomeReplyServerPacketWelcomeCodeData
Auto Trait Implementations§
impl Freeze for WelcomeReplyServerPacketWelcomeCodeData
impl RefUnwindSafe for WelcomeReplyServerPacketWelcomeCodeData
impl Send for WelcomeReplyServerPacketWelcomeCodeData
impl Sync for WelcomeReplyServerPacketWelcomeCodeData
impl Unpin for WelcomeReplyServerPacketWelcomeCodeData
impl UnwindSafe for WelcomeReplyServerPacketWelcomeCodeData
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