pub struct ApiDiscoveryResponseService {
pub service: Option<Box<ApiDiscoveryResponseServiceService>>,
}Fields§
§service: Option<Box<ApiDiscoveryResponseServiceService>>Implementations§
Source§impl ApiDiscoveryResponseService
impl ApiDiscoveryResponseService
pub fn new() -> ApiDiscoveryResponseService
Trait Implementations§
Source§impl Clone for ApiDiscoveryResponseService
impl Clone for ApiDiscoveryResponseService
Source§fn clone(&self) -> ApiDiscoveryResponseService
fn clone(&self) -> ApiDiscoveryResponseService
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 ApiDiscoveryResponseService
impl Debug for ApiDiscoveryResponseService
Source§impl Default for ApiDiscoveryResponseService
impl Default for ApiDiscoveryResponseService
Source§fn default() -> ApiDiscoveryResponseService
fn default() -> ApiDiscoveryResponseService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiDiscoveryResponseService
impl<'de> Deserialize<'de> for ApiDiscoveryResponseService
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
impl StructuralPartialEq for ApiDiscoveryResponseService
Auto Trait Implementations§
impl Freeze for ApiDiscoveryResponseService
impl RefUnwindSafe for ApiDiscoveryResponseService
impl Send for ApiDiscoveryResponseService
impl Sync for ApiDiscoveryResponseService
impl Unpin for ApiDiscoveryResponseService
impl UnwindSafe for ApiDiscoveryResponseService
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