pub struct DeleteRegexMatchSetResponse {
pub change_token: Option<String>,
}Fields§
§change_token: Option<String>The ChangeToken that you used to submit the DeleteRegexMatchSet 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 DeleteRegexMatchSetResponse
impl Clone for DeleteRegexMatchSetResponse
Source§fn clone(&self) -> DeleteRegexMatchSetResponse
fn clone(&self) -> DeleteRegexMatchSetResponse
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 DeleteRegexMatchSetResponse
impl Debug for DeleteRegexMatchSetResponse
Source§impl Default for DeleteRegexMatchSetResponse
impl Default for DeleteRegexMatchSetResponse
Source§fn default() -> DeleteRegexMatchSetResponse
fn default() -> DeleteRegexMatchSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteRegexMatchSetResponse
impl<'de> Deserialize<'de> for DeleteRegexMatchSetResponse
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 DeleteRegexMatchSetResponse
Auto Trait Implementations§
impl Freeze for DeleteRegexMatchSetResponse
impl RefUnwindSafe for DeleteRegexMatchSetResponse
impl Send for DeleteRegexMatchSetResponse
impl Sync for DeleteRegexMatchSetResponse
impl Unpin for DeleteRegexMatchSetResponse
impl UnwindSafe for DeleteRegexMatchSetResponse
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