pub struct WeblabFolder {
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 WeblabFolder
impl RefUnwindSafe for WeblabFolder
impl Send for WeblabFolder
impl Sync for WeblabFolder
impl Unpin for WeblabFolder
impl UnwindSafe for WeblabFolder
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