pub struct FrameSink { /* private fields */ }Expand description
Cheaply cloneable handle to one connection’s bounded outbound frame queue.
Backends emit responses, streaming frames, and future PUSH frames through this
single path. The bounded mpsc sender is the connection-level backpressure
substrate; the socket layer owns the sole receiver/writer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameSink
impl RefUnwindSafe for FrameSink
impl Send for FrameSink
impl Sync for FrameSink
impl Unpin for FrameSink
impl UnsafeUnpin for FrameSink
impl UnwindSafe for FrameSink
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