pub struct NoteDocument {}Expand description
Notedown document structure
Implementations§
Source§impl NoteDocument
impl NoteDocument
Auto Trait Implementations§
impl Freeze for NoteDocument
impl RefUnwindSafe for NoteDocument
impl Send for NoteDocument
impl Sync for NoteDocument
impl Unpin for NoteDocument
impl UnsafeUnpin for NoteDocument
impl UnwindSafe for NoteDocument
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