pub enum ConnectionCallbackType {
ClientConnected,
ClientDisconnected,
}
Variants§
Trait Implementations§
Source§impl Clone for ConnectionCallbackType
impl Clone for ConnectionCallbackType
Source§fn clone(&self) -> ConnectionCallbackType
fn clone(&self) -> ConnectionCallbackType
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 Debug for ConnectionCallbackType
impl Debug for ConnectionCallbackType
Source§impl Hash for ConnectionCallbackType
impl Hash for ConnectionCallbackType
Source§impl PartialEq for ConnectionCallbackType
impl PartialEq for ConnectionCallbackType
impl Copy for ConnectionCallbackType
impl Eq for ConnectionCallbackType
impl StructuralPartialEq for ConnectionCallbackType
Auto Trait Implementations§
impl Freeze for ConnectionCallbackType
impl RefUnwindSafe for ConnectionCallbackType
impl Send for ConnectionCallbackType
impl Sync for ConnectionCallbackType
impl Unpin for ConnectionCallbackType
impl UnwindSafe for ConnectionCallbackType
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