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