pub struct Clients {
pub players: Players,
pub spectators: Spectators,
}Fields§
§players: Players§spectators: SpectatorsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Clients
impl !RefUnwindSafe for Clients
impl Send for Clients
impl Sync for Clients
impl Unpin for Clients
impl !UnwindSafe for Clients
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