Struct aws_sdk_wafv2::types::Regex
source · #[non_exhaustive]pub struct Regex { /* private fields */ }
Expand description
A single regular expression. This is used in a RegexPatternSet
.
Implementations§
Trait Implementations§
source§impl PartialEq<Regex> for Regex
impl PartialEq<Regex> for Regex
impl StructuralPartialEq for Regex
Auto Trait Implementations§
impl RefUnwindSafe for Regex
impl Send for Regex
impl Sync for Regex
impl Unpin for Regex
impl UnwindSafe for Regex
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