pub enum WsTxMessage {
Send(Vec<u8>),
Close,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WsTxMessage
impl RefUnwindSafe for WsTxMessage
impl Send for WsTxMessage
impl Sync for WsTxMessage
impl Unpin for WsTxMessage
impl UnsafeUnpin for WsTxMessage
impl UnwindSafe for WsTxMessage
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