pub struct MatchmakerMatched {
pub ticket: String,
pub token: String,
}Fields§
§ticket: String§token: StringTrait Implementations§
Source§impl Clone for MatchmakerMatched
impl Clone for MatchmakerMatched
Source§fn clone(&self) -> MatchmakerMatched
fn clone(&self) -> MatchmakerMatched
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 DeJson for MatchmakerMatched
impl DeJson for MatchmakerMatched
Auto Trait Implementations§
impl Freeze for MatchmakerMatched
impl RefUnwindSafe for MatchmakerMatched
impl Send for MatchmakerMatched
impl Sync for MatchmakerMatched
impl Unpin for MatchmakerMatched
impl UnwindSafe for MatchmakerMatched
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