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