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