pub struct GetRegexPatternSetResponse {
pub regex_pattern_set: Option<RegexPatternSet>,
}Fields§
§regex_pattern_set: Option<RegexPatternSet>Information about the RegexPatternSet that you specified in the GetRegexPatternSet request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
Trait Implementations§
Source§impl Clone for GetRegexPatternSetResponse
impl Clone for GetRegexPatternSetResponse
Source§fn clone(&self) -> GetRegexPatternSetResponse
fn clone(&self) -> GetRegexPatternSetResponse
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 GetRegexPatternSetResponse
impl Debug for GetRegexPatternSetResponse
Source§impl Default for GetRegexPatternSetResponse
impl Default for GetRegexPatternSetResponse
Source§fn default() -> GetRegexPatternSetResponse
fn default() -> GetRegexPatternSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRegexPatternSetResponse
impl<'de> Deserialize<'de> for GetRegexPatternSetResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for GetRegexPatternSetResponse
Auto Trait Implementations§
impl Freeze for GetRegexPatternSetResponse
impl RefUnwindSafe for GetRegexPatternSetResponse
impl Send for GetRegexPatternSetResponse
impl Sync for GetRegexPatternSetResponse
impl Unpin for GetRegexPatternSetResponse
impl UnwindSafe for GetRegexPatternSetResponse
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