pub struct GetAdminIntegrationsResponse {
pub integrations: Vec<GetAdminIntegrationsResponseIntegration>,
}Expand description
GetAdminIntegrationsResponse model.
Fields§
§integrations: Vec<GetAdminIntegrationsResponseIntegration>Trait Implementations§
Source§impl Clone for GetAdminIntegrationsResponse
impl Clone for GetAdminIntegrationsResponse
Source§fn clone(&self) -> GetAdminIntegrationsResponse
fn clone(&self) -> GetAdminIntegrationsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetAdminIntegrationsResponse
impl Debug for GetAdminIntegrationsResponse
Source§impl Default for GetAdminIntegrationsResponse
impl Default for GetAdminIntegrationsResponse
Source§fn default() -> GetAdminIntegrationsResponse
fn default() -> GetAdminIntegrationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAdminIntegrationsResponse
impl<'de> Deserialize<'de> for GetAdminIntegrationsResponse
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 GetAdminIntegrationsResponse
Auto Trait Implementations§
impl Freeze for GetAdminIntegrationsResponse
impl RefUnwindSafe for GetAdminIntegrationsResponse
impl Send for GetAdminIntegrationsResponse
impl Sync for GetAdminIntegrationsResponse
impl Unpin for GetAdminIntegrationsResponse
impl UnsafeUnpin for GetAdminIntegrationsResponse
impl UnwindSafe for GetAdminIntegrationsResponse
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