pub struct Stats<'a> {
pub qm: &'a Vec<QuestionModel>,
}
Fields§
§qm: &'a Vec<QuestionModel>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Stats<'a>
impl<'a> Send for Stats<'a>
impl<'a> Sync for Stats<'a>
impl<'a> Unpin for Stats<'a>
impl<'a> UnwindSafe for Stats<'a>
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