pub struct RuntimePatternSets { /* private fields */ }Implementations§
Source§impl RuntimePatternSets
impl RuntimePatternSets
pub fn compile( configs: impl IntoIterator<Item = RuntimePatternSetConfig>, ) -> Result<Self, RuntimePatternSetError>
pub fn compile_with_limits( configs: impl IntoIterator<Item = RuntimePatternSetConfig>, limits: RuntimePatternSetLimits, ) -> Result<Self, RuntimePatternSetError>
Trait Implementations§
Source§impl Clone for RuntimePatternSets
impl Clone for RuntimePatternSets
Source§fn clone(&self) -> RuntimePatternSets
fn clone(&self) -> RuntimePatternSets
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 moreAuto Trait Implementations§
impl Freeze for RuntimePatternSets
impl RefUnwindSafe for RuntimePatternSets
impl Send for RuntimePatternSets
impl Sync for RuntimePatternSets
impl Unpin for RuntimePatternSets
impl UnsafeUnpin for RuntimePatternSets
impl UnwindSafe for RuntimePatternSets
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