pub struct EOFPacket41Format;Expand description
Format Fragment of EOFPacket41.
Trait Implementations§
Source§impl<'r, R> AsyncProtocolFormatFragment<'r, R> for EOFPacket41Format
impl<'r, R> AsyncProtocolFormatFragment<'r, R> for EOFPacket41Format
Source§type ReaderF = MapOk<<RawEOFPacket41Format as AsyncProtocolFormatFragment<'r, R>>::ReaderF, fn(RawEOFPacket41) -> EOFPacket41>
type ReaderF = MapOk<<RawEOFPacket41Format as AsyncProtocolFormatFragment<'r, R>>::ReaderF, fn(RawEOFPacket41) -> EOFPacket41>
Future type of reading the format
Source§fn read_format(self, reader: R) -> Self::ReaderF
fn read_format(self, reader: R) -> Self::ReaderF
Read a value asynchronously
Auto Trait Implementations§
impl Freeze for EOFPacket41Format
impl RefUnwindSafe for EOFPacket41Format
impl Send for EOFPacket41Format
impl Sync for EOFPacket41Format
impl Unpin for EOFPacket41Format
impl UnwindSafe for EOFPacket41Format
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