pub enum WelcomeAgreeClientPacketFileTypeData {
Emf(WelcomeAgreeClientPacketFileTypeDataEmf),
Eif(WelcomeAgreeClientPacketFileTypeDataEif),
Enf(WelcomeAgreeClientPacketFileTypeDataEnf),
Esf(WelcomeAgreeClientPacketFileTypeDataEsf),
Ecf(WelcomeAgreeClientPacketFileTypeDataEcf),
}
Variants§
Emf(WelcomeAgreeClientPacketFileTypeDataEmf)
Eif(WelcomeAgreeClientPacketFileTypeDataEif)
Enf(WelcomeAgreeClientPacketFileTypeDataEnf)
Esf(WelcomeAgreeClientPacketFileTypeDataEsf)
Ecf(WelcomeAgreeClientPacketFileTypeDataEcf)
Trait Implementations§
Source§impl Clone for WelcomeAgreeClientPacketFileTypeData
impl Clone for WelcomeAgreeClientPacketFileTypeData
Source§fn clone(&self) -> WelcomeAgreeClientPacketFileTypeData
fn clone(&self) -> WelcomeAgreeClientPacketFileTypeData
Returns a duplicate 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 WelcomeAgreeClientPacketFileTypeData
impl PartialEq for WelcomeAgreeClientPacketFileTypeData
Source§fn eq(&self, other: &WelcomeAgreeClientPacketFileTypeData) -> bool
fn eq(&self, other: &WelcomeAgreeClientPacketFileTypeData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for WelcomeAgreeClientPacketFileTypeData
impl StructuralPartialEq for WelcomeAgreeClientPacketFileTypeData
Auto Trait Implementations§
impl Freeze for WelcomeAgreeClientPacketFileTypeData
impl RefUnwindSafe for WelcomeAgreeClientPacketFileTypeData
impl Send for WelcomeAgreeClientPacketFileTypeData
impl Sync for WelcomeAgreeClientPacketFileTypeData
impl Unpin for WelcomeAgreeClientPacketFileTypeData
impl UnwindSafe for WelcomeAgreeClientPacketFileTypeData
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