Struct aws_sdk_wafv2::types::builders::RegexBuilder
source · #[non_exhaustive]pub struct RegexBuilder { /* private fields */ }
Expand description
A builder for Regex
.
Implementations§
source§impl RegexBuilder
impl RegexBuilder
sourcepub fn regex_string(self, input: impl Into<String>) -> Self
pub fn regex_string(self, input: impl Into<String>) -> Self
The string representing the regular expression.
sourcepub fn set_regex_string(self, input: Option<String>) -> Self
pub fn set_regex_string(self, input: Option<String>) -> Self
The string representing the regular expression.
sourcepub fn get_regex_string(&self) -> &Option<String>
pub fn get_regex_string(&self) -> &Option<String>
The string representing the regular expression.
Trait Implementations§
source§impl Clone for RegexBuilder
impl Clone for RegexBuilder
source§fn clone(&self) -> RegexBuilder
fn clone(&self) -> RegexBuilder
Returns a copy 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 RegexBuilder
impl Debug for RegexBuilder
source§impl Default for RegexBuilder
impl Default for RegexBuilder
source§fn default() -> RegexBuilder
fn default() -> RegexBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RegexBuilder
impl PartialEq for RegexBuilder
source§fn eq(&self, other: &RegexBuilder) -> bool
fn eq(&self, other: &RegexBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RegexBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RegexBuilder
impl Send for RegexBuilder
impl Sync for RegexBuilder
impl Unpin for RegexBuilder
impl UnwindSafe for RegexBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.