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