pub struct EOS_LobbyHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for EOS_LobbyHandle
impl Clone for EOS_LobbyHandle
Source§fn clone(&self) -> EOS_LobbyHandle
fn clone(&self) -> EOS_LobbyHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EOS_LobbyHandle
impl Debug for EOS_LobbyHandle
impl Copy for EOS_LobbyHandle
Auto Trait Implementations§
impl Freeze for EOS_LobbyHandle
impl RefUnwindSafe for EOS_LobbyHandle
impl Send for EOS_LobbyHandle
impl Sync for EOS_LobbyHandle
impl Unpin for EOS_LobbyHandle
impl UnsafeUnpin for EOS_LobbyHandle
impl UnwindSafe for EOS_LobbyHandle
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