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