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