pub struct LobbyType(/* private fields */);Implementations§
Trait Implementations§
Source§impl Deserialize<'static> for LobbyType
impl Deserialize<'static> for LobbyType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LobbyType
impl RefUnwindSafe for LobbyType
impl Send for LobbyType
impl Sync for LobbyType
impl Unpin for LobbyType
impl UnwindSafe for LobbyType
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