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