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