pub struct Leaderboards(/* private fields */);Implementations§
Source§impl Leaderboards
impl Leaderboards
pub fn raw_handle(&self) -> EOS_HLeaderboards
Auto Trait Implementations§
impl Freeze for Leaderboards
impl RefUnwindSafe for Leaderboards
impl !Send for Leaderboards
impl !Sync for Leaderboards
impl Unpin for Leaderboards
impl UnsafeUnpin for Leaderboards
impl UnwindSafe for Leaderboards
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