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