pub struct WebsocketFrame<F>(/* private fields */)
where
F: Framer;
Auto Trait Implementations§
impl<F> Freeze for WebsocketFrame<F>where
F: Freeze,
impl<F> RefUnwindSafe for WebsocketFrame<F>where
F: RefUnwindSafe,
impl<F> Send for WebsocketFrame<F>
impl<F> Sync for WebsocketFrame<F>
impl<F> Unpin for WebsocketFrame<F>where
F: Unpin,
impl<F> UnwindSafe for WebsocketFrame<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