pub struct RustyAcseConnection<R: CoppReader, W: CoppWriter> { /* private fields */ }Trait Implementations§
Source§impl<R: CoppReader, W: CoppWriter> OsiSingleValueAcseConnection for RustyAcseConnection<R, W>
impl<R: CoppReader, W: CoppWriter> OsiSingleValueAcseConnection for RustyAcseConnection<R, W>
async fn split( self, ) -> Result<(impl OsiSingleValueAcseReader, impl OsiSingleValueAcseWriter), AcseError>
Auto Trait Implementations§
impl<R, W> Freeze for RustyAcseConnection<R, W>
impl<R, W> RefUnwindSafe for RustyAcseConnection<R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<R, W> Send for RustyAcseConnection<R, W>
impl<R, W> Sync for RustyAcseConnection<R, W>
impl<R, W> Unpin for RustyAcseConnection<R, W>
impl<R, W> UnwindSafe for RustyAcseConnection<R, W>where
R: UnwindSafe,
W: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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