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