Struct weblab::InlineQuestionList
source · [−]pub struct InlineQuestionList {
pub title: &'static str,
pub weight: f32,
pub assignment_text: &'static str,
pub assignments: &'static [WeblabAssignment],
}Fields
title: &'static strweight: f32assignment_text: &'static strassignments: &'static [WeblabAssignment]Auto Trait Implementations
impl RefUnwindSafe for InlineQuestionList
impl Send for InlineQuestionList
impl Sync for InlineQuestionList
impl Unpin for InlineQuestionList
impl UnwindSafe for InlineQuestionList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more