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