pub struct ContentCapture {
pub markdown: String,
pub json: Value,
}Fields§
§markdown: String§json: ValueTrait Implementations§
Source§impl Clone for ContentCapture
impl Clone for ContentCapture
Source§fn clone(&self) -> ContentCapture
fn clone(&self) -> ContentCapture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentCapture
impl RefUnwindSafe for ContentCapture
impl Send for ContentCapture
impl Sync for ContentCapture
impl Unpin for ContentCapture
impl UnsafeUnpin for ContentCapture
impl UnwindSafe for ContentCapture
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