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