pub struct LobbyOverview { /* private fields */ }Implementations§
Source§impl LobbyOverview
impl LobbyOverview
pub fn current_battle<T>(self, value: T) -> Self
pub fn engine_version<T>(self, value: T) -> Self
pub fn game_version<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn map_name<T>(self, value: T) -> Self
pub fn max_player_count<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn player_count<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for LobbyOverview
impl Clone for LobbyOverview
Source§fn clone(&self) -> LobbyOverview
fn clone(&self) -> LobbyOverview
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 LobbyOverview
impl Debug for LobbyOverview
Source§impl Default for LobbyOverview
impl Default for LobbyOverview
Source§impl From<LobbyOverview> for LobbyOverview
impl From<LobbyOverview> for LobbyOverview
Source§fn from(value: LobbyOverview) -> Self
fn from(value: LobbyOverview) -> Self
Converts to this type from the input type.
Source§impl TryFrom<LobbyOverview> for LobbyOverview
impl TryFrom<LobbyOverview> for LobbyOverview
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: LobbyOverview) -> Result<Self, ConversionError>
fn try_from(value: LobbyOverview) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for LobbyOverview
impl RefUnwindSafe for LobbyOverview
impl Send for LobbyOverview
impl Sync for LobbyOverview
impl Unpin for LobbyOverview
impl UnsafeUnpin for LobbyOverview
impl UnwindSafe for LobbyOverview
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