pub struct CodeSection {
pub name: String,
pub description: String,
pub files: Vec<FilteredFile>,
}Fields§
§name: String§description: String§files: Vec<FilteredFile>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeSection
impl RefUnwindSafe for CodeSection
impl Send for CodeSection
impl Sync for CodeSection
impl Unpin for CodeSection
impl UnsafeUnpin for CodeSection
impl UnwindSafe for CodeSection
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