pub struct ReadConnection<P, PP>where
P: IdentifierPacket,
PP: PacketProcessor<P>,{ /* private fields */ }
Implementations§
Source§impl<P, PP> ReadConnection<P, PP>where
P: IdentifierPacket,
PP: PacketProcessor<P>,
impl<P, PP> ReadConnection<P, PP>where
P: IdentifierPacket,
PP: PacketProcessor<P>,
Auto Trait Implementations§
impl<P, PP> Freeze for ReadConnection<P, PP>where
PP: Freeze,
impl<P, PP> !RefUnwindSafe for ReadConnection<P, PP>
impl<P, PP> Send for ReadConnection<P, PP>
impl<P, PP> Sync for ReadConnection<P, PP>
impl<P, PP> Unpin for ReadConnection<P, PP>where
PP: Unpin,
impl<P, PP> !UnwindSafe for ReadConnection<P, PP>
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