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