pub struct InlineQuestionList {
pub title: &'static str,
pub weight: Option<f32>,
pub assignment_text: &'static str,
pub assignments: &'static [WeblabAssignment],
}Fields§
§title: &'static str§weight: Option<f32>§assignment_text: &'static str§assignments: &'static [WeblabAssignment]Auto Trait Implementations§
impl Freeze for InlineQuestionList
impl RefUnwindSafe for InlineQuestionList
impl Send for InlineQuestionList
impl Sync for InlineQuestionList
impl Unpin for InlineQuestionList
impl UnsafeUnpin for InlineQuestionList
impl UnwindSafe for InlineQuestionList
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