Enum minecraft_server_query::packets::PacketType
source · [−]pub enum PacketType {
Stat,
Handshake,
}
Expand description
Single byte constants representing the type of a packet
Variants
Stat
Type of a status packet
Handshake
Type of a handshake packet
Trait Implementations
sourceimpl Clone for PacketType
impl Clone for PacketType
sourcefn clone(&self) -> PacketType
fn clone(&self) -> PacketType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PacketType
impl Debug for PacketType
sourceimpl PartialEq<PacketType> for PacketType
impl PartialEq<PacketType> for PacketType
impl Copy for PacketType
impl Eq for PacketType
impl StructuralEq for PacketType
impl StructuralPartialEq for PacketType
Auto Trait Implementations
impl RefUnwindSafe for PacketType
impl Send for PacketType
impl Sync for PacketType
impl Unpin for PacketType
impl UnwindSafe for PacketType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more