pub struct FrameEncoder {}Expand description
Frame encoder for outgoing packets
Implementations§
Source§impl FrameEncoder
impl FrameEncoder
Trait Implementations§
Source§impl Debug for FrameEncoder
impl Debug for FrameEncoder
Auto Trait Implementations§
impl Freeze for FrameEncoder
impl RefUnwindSafe for FrameEncoder
impl Send for FrameEncoder
impl Sync for FrameEncoder
impl Unpin for FrameEncoder
impl UnsafeUnpin for FrameEncoder
impl UnwindSafe for FrameEncoder
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