pub struct ClientConnectEvent<'a, C> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, C> Freeze for ClientConnectEvent<'a, C>
impl<'a, C> RefUnwindSafe for ClientConnectEvent<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for ClientConnectEvent<'a, C>where
C: Send,
impl<'a, C> Sync for ClientConnectEvent<'a, C>where
C: Sync,
impl<'a, C> Unpin for ClientConnectEvent<'a, C>
impl<'a, C> !UnwindSafe for ClientConnectEvent<'a, C>
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