pub struct BehSummary {
pub n_subjects: usize,
pub n_files: usize,
pub subjects: Vec<String>,
pub tasks: Vec<String>,
}Fields§
§n_subjects: usize§n_files: usize§subjects: Vec<String>§tasks: Vec<String>Trait Implementations§
Source§impl Debug for BehSummary
impl Debug for BehSummary
Auto Trait Implementations§
impl Freeze for BehSummary
impl RefUnwindSafe for BehSummary
impl Send for BehSummary
impl Sync for BehSummary
impl Unpin for BehSummary
impl UnsafeUnpin for BehSummary
impl UnwindSafe for BehSummary
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