pub struct DeleteRegexMatchSetRequest {
pub change_token: String,
pub regex_match_set_id: String,
}Fields§
§change_token: StringThe value returned by the most recent call to GetChangeToken.
regex_match_set_id: StringThe RegexMatchSetId of the RegexMatchSet that you want to delete. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
Trait Implementations§
Source§impl Clone for DeleteRegexMatchSetRequest
impl Clone for DeleteRegexMatchSetRequest
Source§fn clone(&self) -> DeleteRegexMatchSetRequest
fn clone(&self) -> DeleteRegexMatchSetRequest
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 DeleteRegexMatchSetRequest
impl Debug for DeleteRegexMatchSetRequest
Source§impl Default for DeleteRegexMatchSetRequest
impl Default for DeleteRegexMatchSetRequest
Source§fn default() -> DeleteRegexMatchSetRequest
fn default() -> DeleteRegexMatchSetRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteRegexMatchSetRequest
Auto Trait Implementations§
impl Freeze for DeleteRegexMatchSetRequest
impl RefUnwindSafe for DeleteRegexMatchSetRequest
impl Send for DeleteRegexMatchSetRequest
impl Sync for DeleteRegexMatchSetRequest
impl Unpin for DeleteRegexMatchSetRequest
impl UnwindSafe for DeleteRegexMatchSetRequest
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