pub struct CreateByteMatchSetRequest {
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 ByteMatchSet. You can't change Name after you create a ByteMatchSet.
Trait Implementations§
Source§impl Clone for CreateByteMatchSetRequest
impl Clone for CreateByteMatchSetRequest
Source§fn clone(&self) -> CreateByteMatchSetRequest
fn clone(&self) -> CreateByteMatchSetRequest
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 CreateByteMatchSetRequest
impl Debug for CreateByteMatchSetRequest
Source§impl Default for CreateByteMatchSetRequest
impl Default for CreateByteMatchSetRequest
Source§fn default() -> CreateByteMatchSetRequest
fn default() -> CreateByteMatchSetRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CreateByteMatchSetRequest
Auto Trait Implementations§
impl Freeze for CreateByteMatchSetRequest
impl RefUnwindSafe for CreateByteMatchSetRequest
impl Send for CreateByteMatchSetRequest
impl Sync for CreateByteMatchSetRequest
impl Unpin for CreateByteMatchSetRequest
impl UnwindSafe for CreateByteMatchSetRequest
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