pub struct DeleteRegexPatternSetResponse {
pub change_token: Option<String>,
}Fields§
§change_token: Option<String>The ChangeToken that you used to submit the DeleteRegexPatternSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Trait Implementations§
Source§impl Clone for DeleteRegexPatternSetResponse
impl Clone for DeleteRegexPatternSetResponse
Source§fn clone(&self) -> DeleteRegexPatternSetResponse
fn clone(&self) -> DeleteRegexPatternSetResponse
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 Default for DeleteRegexPatternSetResponse
impl Default for DeleteRegexPatternSetResponse
Source§fn default() -> DeleteRegexPatternSetResponse
fn default() -> DeleteRegexPatternSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteRegexPatternSetResponse
impl<'de> Deserialize<'de> for DeleteRegexPatternSetResponse
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
Source§impl PartialEq for DeleteRegexPatternSetResponse
impl PartialEq for DeleteRegexPatternSetResponse
Source§fn eq(&self, other: &DeleteRegexPatternSetResponse) -> bool
fn eq(&self, other: &DeleteRegexPatternSetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteRegexPatternSetResponse
Auto Trait Implementations§
impl Freeze for DeleteRegexPatternSetResponse
impl RefUnwindSafe for DeleteRegexPatternSetResponse
impl Send for DeleteRegexPatternSetResponse
impl Sync for DeleteRegexPatternSetResponse
impl Unpin for DeleteRegexPatternSetResponse
impl UnwindSafe for DeleteRegexPatternSetResponse
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