pub struct MarkdownImportResult {
pub block_count: usize,
}Expand description
Result of a Markdown import (set_markdown).
Fields§
§block_count: usizeTrait Implementations§
Source§impl Clone for MarkdownImportResult
impl Clone for MarkdownImportResult
Source§fn clone(&self) -> MarkdownImportResult
fn clone(&self) -> MarkdownImportResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MarkdownImportResult
impl RefUnwindSafe for MarkdownImportResult
impl Send for MarkdownImportResult
impl Sync for MarkdownImportResult
impl Unpin for MarkdownImportResult
impl UnsafeUnpin for MarkdownImportResult
impl UnwindSafe for MarkdownImportResult
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