pub struct DdosProtectionResponseLinksGetAllServices {
pub _links: Option<Box<DdosProtectionResponseLinksGetAllServicesLinks>>,
}Fields§
§_links: Option<Box<DdosProtectionResponseLinksGetAllServicesLinks>>Implementations§
Trait Implementations§
Source§impl Clone for DdosProtectionResponseLinksGetAllServices
impl Clone for DdosProtectionResponseLinksGetAllServices
Source§fn clone(&self) -> DdosProtectionResponseLinksGetAllServices
fn clone(&self) -> DdosProtectionResponseLinksGetAllServices
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 Default for DdosProtectionResponseLinksGetAllServices
impl Default for DdosProtectionResponseLinksGetAllServices
Source§fn default() -> DdosProtectionResponseLinksGetAllServices
fn default() -> DdosProtectionResponseLinksGetAllServices
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DdosProtectionResponseLinksGetAllServices
impl<'de> Deserialize<'de> for DdosProtectionResponseLinksGetAllServices
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 DdosProtectionResponseLinksGetAllServices
impl PartialEq for DdosProtectionResponseLinksGetAllServices
Source§fn eq(&self, other: &DdosProtectionResponseLinksGetAllServices) -> bool
fn eq(&self, other: &DdosProtectionResponseLinksGetAllServices) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DdosProtectionResponseLinksGetAllServices
Auto Trait Implementations§
impl Freeze for DdosProtectionResponseLinksGetAllServices
impl RefUnwindSafe for DdosProtectionResponseLinksGetAllServices
impl Send for DdosProtectionResponseLinksGetAllServices
impl Sync for DdosProtectionResponseLinksGetAllServices
impl Unpin for DdosProtectionResponseLinksGetAllServices
impl UnwindSafe for DdosProtectionResponseLinksGetAllServices
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