pub struct FixConfig {
pub exclude_urls: bool,
pub exclude_emails: bool,
pub exclude_pure_numbers: bool,
}Expand description
تنظیمات الگوریتم decorate.
Fields§
§exclude_urls: boolاگر true باشد، URL ها ایزوله نمیشوند.
exclude_emails: boolاگر true باشد، Email ها ایزوله نمیشوند.
exclude_pure_numbers: boolاگر true باشد، توکنهایی که فقط عدد هستند ایزوله نمیشوند.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixConfig
impl RefUnwindSafe for FixConfig
impl Send for FixConfig
impl Sync for FixConfig
impl Unpin for FixConfig
impl UnsafeUnpin for FixConfig
impl UnwindSafe for FixConfig
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