pub struct SocketHdl<'a, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,{ /* private fields */ }Implementations§
Source§impl<'a, Q, T, R, M> SocketHdl<'a, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
impl<'a, Q, T, R, M> SocketHdl<'a, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
Trait Implementations§
impl<Q, T, R, M> Send for SocketHdl<'_, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
impl<Q, T, R, M> Sync for SocketHdl<'_, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
Auto Trait Implementations§
impl<'a, Q, T, R, M> Freeze for SocketHdl<'a, Q, T, R, M>
impl<'a, Q, T, R, M> !RefUnwindSafe for SocketHdl<'a, Q, T, R, M>
impl<'a, Q, T, R, M> Unpin for SocketHdl<'a, Q, T, R, M>
impl<'a, Q, T, R, M> !UnwindSafe for SocketHdl<'a, Q, T, R, M>
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