pub struct StdBoundedSocketHdl<'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> StdBoundedSocketHdl<'a, T, R, M>where
T: Serialize + Clone + DeserializeOwned + 'static,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
impl<'a, T, R, M> StdBoundedSocketHdl<'a, T, R, M>where
T: Serialize + Clone + DeserializeOwned + 'static,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
Trait Implementations§
impl<T, R, M> Send for StdBoundedSocketHdl<'_, T, R, M>where
T: Send + Serialize + Clone + DeserializeOwned + 'static,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
impl<T, R, M> Sync for StdBoundedSocketHdl<'_, T, R, M>where
T: Send + Serialize + Clone + DeserializeOwned + 'static,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
Auto Trait Implementations§
impl<'a, T, R, M> Freeze for StdBoundedSocketHdl<'a, T, R, M>
impl<'a, T, R, M> !RefUnwindSafe for StdBoundedSocketHdl<'a, T, R, M>
impl<'a, T, R, M> Unpin for StdBoundedSocketHdl<'a, T, R, M>
impl<'a, T, R, M> !UnwindSafe for StdBoundedSocketHdl<'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