pub struct RegexLimits {
pub match_retry_limit: u32,
pub search_retry_limit: u32,
}Fields§
§match_retry_limit: u32§search_retry_limit: u32Trait Implementations§
Source§impl Clone for RegexLimits
impl Clone for RegexLimits
Source§fn clone(&self) -> RegexLimits
fn clone(&self) -> RegexLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RegexLimits
Source§impl Debug for RegexLimits
impl Debug for RegexLimits
Auto Trait Implementations§
impl Freeze for RegexLimits
impl RefUnwindSafe for RegexLimits
impl Send for RegexLimits
impl Sync for RegexLimits
impl Unpin for RegexLimits
impl UnsafeUnpin for RegexLimits
impl UnwindSafe for RegexLimits
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