pub struct CreateRegexMatchSetRequest {
pub change_token: String,
pub name: String,
}Fields§
§change_token: StringThe value returned by the most recent call to GetChangeToken.
name: StringA friendly name or description of the RegexMatchSet. You can't change Name after you create a RegexMatchSet.
Trait Implementations§
Source§impl Clone for CreateRegexMatchSetRequest
impl Clone for CreateRegexMatchSetRequest
Source§fn clone(&self) -> CreateRegexMatchSetRequest
fn clone(&self) -> CreateRegexMatchSetRequest
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 CreateRegexMatchSetRequest
impl Debug for CreateRegexMatchSetRequest
Source§impl Default for CreateRegexMatchSetRequest
impl Default for CreateRegexMatchSetRequest
Source§fn default() -> CreateRegexMatchSetRequest
fn default() -> CreateRegexMatchSetRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CreateRegexMatchSetRequest
Auto Trait Implementations§
impl Freeze for CreateRegexMatchSetRequest
impl RefUnwindSafe for CreateRegexMatchSetRequest
impl Send for CreateRegexMatchSetRequest
impl Sync for CreateRegexMatchSetRequest
impl Unpin for CreateRegexMatchSetRequest
impl UnwindSafe for CreateRegexMatchSetRequest
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