pub struct MarkdownFile {
pub name: String,
pub filename: String,
pub section: Vec<u32>,
pub is_folder: bool,
}Fields§
§name: String§filename: String§section: Vec<u32>§is_folder: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkdownFile
impl RefUnwindSafe for MarkdownFile
impl Send for MarkdownFile
impl Sync for MarkdownFile
impl Unpin for MarkdownFile
impl UnwindSafe for MarkdownFile
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