Enum bird_protocol::packet::PacketBound
source · [−]pub enum PacketBound {
Client,
Server,
}
Variants
Client
Server
Trait Implementations
sourceimpl Clone for PacketBound
impl Clone for PacketBound
sourcefn clone(&self) -> PacketBound
fn clone(&self) -> PacketBound
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 PacketBound
impl Debug for PacketBound
sourceimpl PartialEq<PacketBound> for PacketBound
impl PartialEq<PacketBound> for PacketBound
impl Copy for PacketBound
impl StructuralPartialEq for PacketBound
Auto Trait Implementations
impl RefUnwindSafe for PacketBound
impl Send for PacketBound
impl Sync for PacketBound
impl Unpin for PacketBound
impl UnwindSafe for PacketBound
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more