pub struct UserStats {
pub stats: PartialUserStats,
pub info: UserLittleInfo,
}Fields§
§stats: PartialUserStats§info: UserLittleInfoTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UserStats
impl Send for UserStats
impl Sync for UserStats
impl Unpin for UserStats
impl UnwindSafe for UserStats
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