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