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