pub struct DdosProtectionNotFound {
pub title: Option<String>,
pub status: Option<Status>,
}Fields§
§title: Option<String>§status: Option<Status>Implementations§
Source§impl DdosProtectionNotFound
impl DdosProtectionNotFound
pub fn new() -> DdosProtectionNotFound
Trait Implementations§
Source§impl Clone for DdosProtectionNotFound
impl Clone for DdosProtectionNotFound
Source§fn clone(&self) -> DdosProtectionNotFound
fn clone(&self) -> DdosProtectionNotFound
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 DdosProtectionNotFound
impl Debug for DdosProtectionNotFound
Source§impl Default for DdosProtectionNotFound
impl Default for DdosProtectionNotFound
Source§fn default() -> DdosProtectionNotFound
fn default() -> DdosProtectionNotFound
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DdosProtectionNotFound
impl<'de> Deserialize<'de> for DdosProtectionNotFound
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 DdosProtectionNotFound
impl PartialEq for DdosProtectionNotFound
Source§impl Serialize for DdosProtectionNotFound
impl Serialize for DdosProtectionNotFound
impl StructuralPartialEq for DdosProtectionNotFound
Auto Trait Implementations§
impl Freeze for DdosProtectionNotFound
impl RefUnwindSafe for DdosProtectionNotFound
impl Send for DdosProtectionNotFound
impl Sync for DdosProtectionNotFound
impl Unpin for DdosProtectionNotFound
impl UnwindSafe for DdosProtectionNotFound
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