pub struct HelloClient {
lobbies: Vec<Lobby>,
}Fields§
§lobbies: Vec<Lobby>Implementations§
Source§impl HelloClient
impl HelloClient
pub async fn new_from_server_state(server_state: &SyncedServerState) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelloClient
impl !RefUnwindSafe for HelloClient
impl Send for HelloClient
impl Sync for HelloClient
impl Unpin for HelloClient
impl !UnwindSafe for HelloClient
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