pub struct RegexValidationConfig {
pub max_nesting: usize,
pub max_unicode_properties: usize,
pub max_branch_reset_branches: usize,
}Fields§
§max_nesting: usize§max_unicode_properties: usize§max_branch_reset_branches: usizeTrait Implementations§
Source§impl Clone for RegexValidationConfig
impl Clone for RegexValidationConfig
Source§fn clone(&self) -> RegexValidationConfig
fn clone(&self) -> RegexValidationConfig
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 RegexValidationConfig
impl Debug for RegexValidationConfig
Source§impl Default for RegexValidationConfig
impl Default for RegexValidationConfig
Source§impl PartialEq for RegexValidationConfig
impl PartialEq for RegexValidationConfig
impl Eq for RegexValidationConfig
impl StructuralPartialEq for RegexValidationConfig
Auto Trait Implementations§
impl Freeze for RegexValidationConfig
impl RefUnwindSafe for RegexValidationConfig
impl Send for RegexValidationConfig
impl Sync for RegexValidationConfig
impl Unpin for RegexValidationConfig
impl UnsafeUnpin for RegexValidationConfig
impl UnwindSafe for RegexValidationConfig
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