pub struct RustyCoppListener<T: CospResponder, R: CospReader, W: CospWriter> { /* private fields */ }Implementations§
Source§impl<T: CospResponder, R: CospReader, W: CospWriter> RustyCoppListener<T, R, W>
impl<T: CospResponder, R: CospReader, W: CospWriter> RustyCoppListener<T, R, W>
pub async fn new( cosp_listener: impl CospListener, ) -> Result<(RustyCoppListener<impl CospResponder, impl CospReader, impl CospWriter>, CoppConnectionInformation), CoppError>
Trait Implementations§
Source§impl<T: CospResponder, R: CospReader, W: CospWriter> CoppListener for RustyCoppListener<T, R, W>
impl<T: CospResponder, R: CospReader, W: CospWriter> CoppListener for RustyCoppListener<T, R, W>
Auto Trait Implementations§
impl<T, R, W> Freeze for RustyCoppListener<T, R, W>where
T: Freeze,
impl<T, R, W> RefUnwindSafe for RustyCoppListener<T, R, W>
impl<T, R, W> Send for RustyCoppListener<T, R, W>
impl<T, R, W> Sync for RustyCoppListener<T, R, W>
impl<T, R, W> Unpin for RustyCoppListener<T, R, W>
impl<T, R, W> UnwindSafe for RustyCoppListener<T, R, W>
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