pub struct DeleteRegexPatternSetRequest {
pub change_token: String,
pub regex_pattern_set_id: String,
}Fields§
§change_token: StringThe value returned by the most recent call to GetChangeToken.
regex_pattern_set_id: StringThe RegexPatternSetId of the RegexPatternSet that you want to delete. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
Trait Implementations§
Source§impl Clone for DeleteRegexPatternSetRequest
impl Clone for DeleteRegexPatternSetRequest
Source§fn clone(&self) -> DeleteRegexPatternSetRequest
fn clone(&self) -> DeleteRegexPatternSetRequest
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 DeleteRegexPatternSetRequest
impl Debug for DeleteRegexPatternSetRequest
Source§impl Default for DeleteRegexPatternSetRequest
impl Default for DeleteRegexPatternSetRequest
Source§fn default() -> DeleteRegexPatternSetRequest
fn default() -> DeleteRegexPatternSetRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteRegexPatternSetRequest
impl PartialEq for DeleteRegexPatternSetRequest
Source§fn eq(&self, other: &DeleteRegexPatternSetRequest) -> bool
fn eq(&self, other: &DeleteRegexPatternSetRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteRegexPatternSetRequest
Auto Trait Implementations§
impl Freeze for DeleteRegexPatternSetRequest
impl RefUnwindSafe for DeleteRegexPatternSetRequest
impl Send for DeleteRegexPatternSetRequest
impl Sync for DeleteRegexPatternSetRequest
impl Unpin for DeleteRegexPatternSetRequest
impl UnwindSafe for DeleteRegexPatternSetRequest
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