Struct weblab::WeblabFolder
source · [−]pub struct WeblabFolder {
pub title: &'static str,
pub assignment_text: &'static str,
pub assignments: &'static [WeblabAssignment],
}Fields
title: &'static strassignment_text: &'static strassignments: &'static [WeblabAssignment]Auto Trait Implementations
impl RefUnwindSafe for WeblabFolder
impl Send for WeblabFolder
impl Sync for WeblabFolder
impl Unpin for WeblabFolder
impl UnwindSafe for WeblabFolder
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