pub struct GetServiceIntegrationResponse {
pub integration: Integration,
}Fields§
§integration: IntegrationTrait Implementations§
Source§impl<'de> Deserialize<'de> for GetServiceIntegrationResponse
impl<'de> Deserialize<'de> for GetServiceIntegrationResponse
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 GetServiceIntegrationResponse
impl PartialEq for GetServiceIntegrationResponse
Source§fn eq(&self, other: &GetServiceIntegrationResponse) -> bool
fn eq(&self, other: &GetServiceIntegrationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetServiceIntegrationResponse
Auto Trait Implementations§
impl Freeze for GetServiceIntegrationResponse
impl RefUnwindSafe for GetServiceIntegrationResponse
impl Send for GetServiceIntegrationResponse
impl Sync for GetServiceIntegrationResponse
impl Unpin for GetServiceIntegrationResponse
impl UnwindSafe for GetServiceIntegrationResponse
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