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