pub struct ListIntegrationsResponse {
pub integrations: Vec<Integration>,
pub total: Option<i64>,
}Expand description
ListIntegrationsResponse model.
Fields§
§integrations: Vec<Integration>§total: Option<i64>Trait Implementations§
Source§impl Clone for ListIntegrationsResponse
impl Clone for ListIntegrationsResponse
Source§fn clone(&self) -> ListIntegrationsResponse
fn clone(&self) -> ListIntegrationsResponse
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 ListIntegrationsResponse
impl Debug for ListIntegrationsResponse
Source§impl Default for ListIntegrationsResponse
impl Default for ListIntegrationsResponse
Source§fn default() -> ListIntegrationsResponse
fn default() -> ListIntegrationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListIntegrationsResponse
impl<'de> Deserialize<'de> for ListIntegrationsResponse
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 ListIntegrationsResponse
impl PartialEq for ListIntegrationsResponse
Source§impl Serialize for ListIntegrationsResponse
impl Serialize for ListIntegrationsResponse
impl StructuralPartialEq for ListIntegrationsResponse
Auto Trait Implementations§
impl Freeze for ListIntegrationsResponse
impl RefUnwindSafe for ListIntegrationsResponse
impl Send for ListIntegrationsResponse
impl Sync for ListIntegrationsResponse
impl Unpin for ListIntegrationsResponse
impl UnsafeUnpin for ListIntegrationsResponse
impl UnwindSafe for ListIntegrationsResponse
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