pub struct DiaryFileEntry {
pub frontmatter: Vec<String>,
pub diary_date: String,
}Fields§
§frontmatter: Vec<String>§diary_date: StringImplementations§
Trait Implementations§
Source§impl Display for DiaryFileEntry
impl Display for DiaryFileEntry
Auto Trait Implementations§
impl Freeze for DiaryFileEntry
impl RefUnwindSafe for DiaryFileEntry
impl Send for DiaryFileEntry
impl Sync for DiaryFileEntry
impl Unpin for DiaryFileEntry
impl UnwindSafe for DiaryFileEntry
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