pub struct DdosProtectionRequestUpdateConfiguration {
pub mode: Mode,
}
Fields§
§mode: Mode
Operation mode
Implementations§
Trait Implementations§
Source§impl Clone for DdosProtectionRequestUpdateConfiguration
impl Clone for DdosProtectionRequestUpdateConfiguration
Source§fn clone(&self) -> DdosProtectionRequestUpdateConfiguration
fn clone(&self) -> DdosProtectionRequestUpdateConfiguration
Returns a copy 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 DdosProtectionRequestUpdateConfiguration
impl Default for DdosProtectionRequestUpdateConfiguration
Source§fn default() -> DdosProtectionRequestUpdateConfiguration
fn default() -> DdosProtectionRequestUpdateConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DdosProtectionRequestUpdateConfiguration
impl<'de> Deserialize<'de> for DdosProtectionRequestUpdateConfiguration
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 DdosProtectionRequestUpdateConfiguration
impl PartialEq for DdosProtectionRequestUpdateConfiguration
Source§fn eq(&self, other: &DdosProtectionRequestUpdateConfiguration) -> bool
fn eq(&self, other: &DdosProtectionRequestUpdateConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DdosProtectionRequestUpdateConfiguration
Auto Trait Implementations§
impl Freeze for DdosProtectionRequestUpdateConfiguration
impl RefUnwindSafe for DdosProtectionRequestUpdateConfiguration
impl Send for DdosProtectionRequestUpdateConfiguration
impl Sync for DdosProtectionRequestUpdateConfiguration
impl Unpin for DdosProtectionRequestUpdateConfiguration
impl UnwindSafe for DdosProtectionRequestUpdateConfiguration
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