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