pub struct StrippedResult {
pub markdown: String,
pub stripped: usize,
}Expand description
Result of stripping base64 images.
Fields§
§markdown: String§stripped: usizeTrait Implementations§
Source§impl Clone for StrippedResult
impl Clone for StrippedResult
Source§fn clone(&self) -> StrippedResult
fn clone(&self) -> StrippedResult
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 StrippedResult
impl RefUnwindSafe for StrippedResult
impl Send for StrippedResult
impl Sync for StrippedResult
impl Unpin for StrippedResult
impl UnsafeUnpin for StrippedResult
impl UnwindSafe for StrippedResult
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