pub struct WsControlFrame { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for WsControlFrame
impl Clone for WsControlFrame
Source§fn clone(&self) -> WsControlFrame
fn clone(&self) -> WsControlFrame
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WsControlFrame
impl Debug for WsControlFrame
impl Copy for WsControlFrame
Auto Trait Implementations§
impl Freeze for WsControlFrame
impl RefUnwindSafe for WsControlFrame
impl Send for WsControlFrame
impl Sync for WsControlFrame
impl Unpin for WsControlFrame
impl UnwindSafe for WsControlFrame
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