pub struct MarkdownMergeResult {
pub delta: Option<Vec<u8>>,
pub snapshot: Vec<u8>,
pub markdown: String,
pub scope: String,
pub profile: u32,
}Fields§
§delta: Option<Vec<u8>>§snapshot: Vec<u8>§markdown: String§scope: String§profile: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkdownMergeResult
impl RefUnwindSafe for MarkdownMergeResult
impl Send for MarkdownMergeResult
impl Sync for MarkdownMergeResult
impl Unpin for MarkdownMergeResult
impl UnsafeUnpin for MarkdownMergeResult
impl UnwindSafe for MarkdownMergeResult
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