pub struct CodeFenceOptions {
pub skip_empty_text: bool,
pub min_code_length: usize,
}Expand description
Configuration options for code fence extraction
Fields§
§skip_empty_text: bool§min_code_length: usizeTrait Implementations§
Source§impl Clone for CodeFenceOptions
impl Clone for CodeFenceOptions
Source§fn clone(&self) -> CodeFenceOptions
fn clone(&self) -> CodeFenceOptions
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 moreSource§impl Debug for CodeFenceOptions
impl Debug for CodeFenceOptions
Auto Trait Implementations§
impl Freeze for CodeFenceOptions
impl RefUnwindSafe for CodeFenceOptions
impl Send for CodeFenceOptions
impl Sync for CodeFenceOptions
impl Unpin for CodeFenceOptions
impl UnwindSafe for CodeFenceOptions
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