pub struct InlineProcessorConfig {
pub strict_validation: bool,
pub allow_newlines: bool,
}Expand description
Inline processor configuration
Fields§
§strict_validation: boolEnable strict validation mode
allow_newlines: boolAllow newlines in inline elements
Trait Implementations§
Source§impl Clone for InlineProcessorConfig
impl Clone for InlineProcessorConfig
Source§fn clone(&self) -> InlineProcessorConfig
fn clone(&self) -> InlineProcessorConfig
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 InlineProcessorConfig
impl Debug for InlineProcessorConfig
Auto Trait Implementations§
impl Freeze for InlineProcessorConfig
impl RefUnwindSafe for InlineProcessorConfig
impl Send for InlineProcessorConfig
impl Sync for InlineProcessorConfig
impl Unpin for InlineProcessorConfig
impl UnwindSafe for InlineProcessorConfig
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