pub struct WebSocketWriter { /* private fields */ }Expand description
Sending half of the CDP WebSocket connection.
Implementations§
Auto Trait Implementations§
impl !Freeze for WebSocketWriter
impl !RefUnwindSafe for WebSocketWriter
impl !UnwindSafe for WebSocketWriter
impl Send for WebSocketWriter
impl Sync for WebSocketWriter
impl Unpin for WebSocketWriter
impl UnsafeUnpin for WebSocketWriter
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