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