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