pub struct ByteMatchSet { /* private fields */ }Expand description
The AWS::WAFRegional::ByteMatchSet resource type.
Trait Implementations§
Source§impl Debug for ByteMatchSet
impl Debug for ByteMatchSet
Source§impl Default for ByteMatchSet
impl Default for ByteMatchSet
Source§fn default() -> ByteMatchSet
fn default() -> ByteMatchSet
Returns the “default value” for a type. Read more
Source§impl From<ByteMatchSetProperties> for ByteMatchSet
impl From<ByteMatchSetProperties> for ByteMatchSet
Source§fn from(properties: ByteMatchSetProperties) -> ByteMatchSet
fn from(properties: ByteMatchSetProperties) -> ByteMatchSet
Converts to this type from the input type.
Source§impl Resource for ByteMatchSet
impl Resource for ByteMatchSet
Source§const TYPE: &'static str = "AWS::WAFRegional::ByteMatchSet"
const TYPE: &'static str = "AWS::WAFRegional::ByteMatchSet"
Uniquely identifies the resource type.
Source§type Properties = ByteMatchSetProperties
type Properties = ByteMatchSetProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ByteMatchSetProperties
fn properties(&self) -> &ByteMatchSetProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ByteMatchSetProperties
fn properties_mut(&mut self) -> &mut ByteMatchSetProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for ByteMatchSet
impl RefUnwindSafe for ByteMatchSet
impl Send for ByteMatchSet
impl Sync for ByteMatchSet
impl Unpin for ByteMatchSet
impl UnwindSafe for ByteMatchSet
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