pub struct LlmOpts {
pub strip_emphasis: bool,
pub keep_table_rule: bool,
pub keep_asset_urls: bool,
pub keep_metadata: bool,
}Fields§
§strip_emphasis: bool§keep_table_rule: bool§keep_asset_urls: bool§keep_metadata: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for LlmOpts
impl RefUnwindSafe for LlmOpts
impl Send for LlmOpts
impl Sync for LlmOpts
impl Unpin for LlmOpts
impl UnsafeUnpin for LlmOpts
impl UnwindSafe for LlmOpts
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