pub struct recently_active_matchmaking;
Trait Implementations§
Source§impl Field for recently_active_matchmaking
impl Field for recently_active_matchmaking
Auto Trait Implementations§
impl Freeze for recently_active_matchmaking
impl RefUnwindSafe for recently_active_matchmaking
impl Send for recently_active_matchmaking
impl Sync for recently_active_matchmaking
impl Unpin for recently_active_matchmaking
impl UnwindSafe for recently_active_matchmaking
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