pub struct RecordLeaderboardQuery {}Auto Trait Implementations§
impl Freeze for RecordLeaderboardQuery
impl RefUnwindSafe for RecordLeaderboardQuery
impl Send for RecordLeaderboardQuery
impl Sync for RecordLeaderboardQuery
impl Unpin for RecordLeaderboardQuery
impl UnwindSafe for RecordLeaderboardQuery
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