pub struct MarkdownDiary {}Trait Implementations§
Source§impl EntryContent for MarkdownDiary
impl EntryContent for MarkdownDiary
Source§impl From<MarkdownDiary> for EntryFileType
impl From<MarkdownDiary> for EntryFileType
Source§fn from(v: MarkdownDiary) -> EntryFileType
fn from(v: MarkdownDiary) -> EntryFileType
Converts to this type from the input type.
Source§impl TryInto<MarkdownDiary> for EntryFileType
impl TryInto<MarkdownDiary> for EntryFileType
Auto Trait Implementations§
impl Freeze for MarkdownDiary
impl RefUnwindSafe for MarkdownDiary
impl Send for MarkdownDiary
impl Sync for MarkdownDiary
impl Unpin for MarkdownDiary
impl UnwindSafe for MarkdownDiary
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