pub enum RaknetEventKind {
Show 14 variants
Connected,
Disconnected,
Packet,
OfflinePacket,
Forwarded,
Dropped,
ReceiptAcked,
DecodeError,
RateLimited,
SessionLimitReached,
ProxyDropped,
WorkerError,
WorkerStopped,
Metrics,
}Variants§
Connected
Disconnected
Packet
OfflinePacket
Forwarded
Dropped
ReceiptAcked
DecodeError
RateLimited
SessionLimitReached
ProxyDropped
WorkerError
WorkerStopped
Metrics
Trait Implementations§
Source§impl Clone for RaknetEventKind
impl Clone for RaknetEventKind
Source§fn clone(&self) -> RaknetEventKind
fn clone(&self) -> RaknetEventKind
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 Debug for RaknetEventKind
impl Debug for RaknetEventKind
Source§impl PartialEq for RaknetEventKind
impl PartialEq for RaknetEventKind
impl Copy for RaknetEventKind
impl Eq for RaknetEventKind
impl StructuralPartialEq for RaknetEventKind
Auto Trait Implementations§
impl Freeze for RaknetEventKind
impl RefUnwindSafe for RaknetEventKind
impl Send for RaknetEventKind
impl Sync for RaknetEventKind
impl Unpin for RaknetEventKind
impl UnsafeUnpin for RaknetEventKind
impl UnwindSafe for RaknetEventKind
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