pub enum ConnectionMsg {
Connected(Stream<ConnectionComponentMsg>),
Write(Vec<u8>),
}Variants§
Auto Trait Implementations§
impl Freeze for ConnectionMsg
impl !RefUnwindSafe for ConnectionMsg
impl !Send for ConnectionMsg
impl !Sync for ConnectionMsg
impl Unpin for ConnectionMsg
impl !UnwindSafe for ConnectionMsg
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