pub struct IntrospectServicesResponse {
pub service_details: Vec<ServiceDetails>,
}
Fields§
§service_details: Vec<ServiceDetails>
Trait Implementations§
Source§impl Clone for IntrospectServicesResponse
impl Clone for IntrospectServicesResponse
Source§fn clone(&self) -> IntrospectServicesResponse
fn clone(&self) -> IntrospectServicesResponse
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 IntrospectServicesResponse
impl Debug for IntrospectServicesResponse
Source§impl Default for IntrospectServicesResponse
impl Default for IntrospectServicesResponse
Source§impl<'de> Deserialize<'de> for IntrospectServicesResponse
impl<'de> Deserialize<'de> for IntrospectServicesResponse
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 Message for IntrospectServicesResponse
impl StructuralPartialEq for IntrospectServicesResponse
Auto Trait Implementations§
impl Freeze for IntrospectServicesResponse
impl RefUnwindSafe for IntrospectServicesResponse
impl Send for IntrospectServicesResponse
impl Sync for IntrospectServicesResponse
impl Unpin for IntrospectServicesResponse
impl UnwindSafe for IntrospectServicesResponse
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