pub enum ClientReceiveCommand {
LoginResponseType(LoginResponse),
RoomInfoType(RoomInfoCommand),
}Variants§
LoginResponseType(LoginResponse)
RoomInfoType(RoomInfoCommand)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientReceiveCommand
impl RefUnwindSafe for ClientReceiveCommand
impl Send for ClientReceiveCommand
impl Sync for ClientReceiveCommand
impl Unpin for ClientReceiveCommand
impl UnwindSafe for ClientReceiveCommand
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