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