pub struct TpktFrame<F> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<F, E> Encoder<TpktFrame<F>> for TpktEncoder<E>where
E: Encoder<F>,
<E as Encoder<F>>::Error: ToTpktError + Send + Sync + 'static,
impl<F, E> Encoder<TpktFrame<F>> for TpktEncoder<E>where E: Encoder<F>, <E as Encoder<F>>::Error: ToTpktError + Send + Sync + 'static,
source§impl<F> PartialEq<TpktFrame<F>> for TpktFrame<F>where
F: PartialEq<F>,
impl<F> PartialEq<TpktFrame<F>> for TpktFrame<F>where F: PartialEq<F>,
impl<F> Eq for TpktFrame<F>where F: Eq,
impl<F> StructuralEq for TpktFrame<F>
impl<F> StructuralPartialEq for TpktFrame<F>
Auto Trait Implementations§
impl<F> RefUnwindSafe for TpktFrame<F>where F: RefUnwindSafe,
impl<F> Send for TpktFrame<F>where F: Send,
impl<F> Sync for TpktFrame<F>where F: Sync,
impl<F> Unpin for TpktFrame<F>where F: Unpin,
impl<F> UnwindSafe for TpktFrame<F>where F: UnwindSafe,
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