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