pub struct FrameWriter {
write: WriteHalf<MaybeTlsStream<TcpStream>>,
}Expand description
Write half of a connected STOMP socket.
Fields§
§write: WriteHalf<MaybeTlsStream<TcpStream>>Implementations§
Source§impl FrameWriter
impl FrameWriter
Auto Trait Implementations§
impl Freeze for FrameWriter
impl RefUnwindSafe for FrameWriter
impl Send for FrameWriter
impl Sync for FrameWriter
impl Unpin for FrameWriter
impl UnwindSafe for FrameWriter
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