pub struct IntegrationRequest {
pub integrations: Option<Box<Integrations>>,
}
Expand description
IntegrationRequest : The Integration Request
Fields§
§integrations: Option<Box<Integrations>>
Implementations§
Source§impl IntegrationRequest
impl IntegrationRequest
Sourcepub fn new() -> IntegrationRequest
pub fn new() -> IntegrationRequest
The Integration Request
Trait Implementations§
Source§impl Clone for IntegrationRequest
impl Clone for IntegrationRequest
Source§fn clone(&self) -> IntegrationRequest
fn clone(&self) -> IntegrationRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IntegrationRequest
impl Debug for IntegrationRequest
Source§impl Default for IntegrationRequest
impl Default for IntegrationRequest
Source§fn default() -> IntegrationRequest
fn default() -> IntegrationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationRequest
impl<'de> Deserialize<'de> for IntegrationRequest
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 IntegrationRequest
impl PartialEq for IntegrationRequest
Source§impl Serialize for IntegrationRequest
impl Serialize for IntegrationRequest
impl StructuralPartialEq for IntegrationRequest
Auto Trait Implementations§
impl Freeze for IntegrationRequest
impl RefUnwindSafe for IntegrationRequest
impl Send for IntegrationRequest
impl Sync for IntegrationRequest
impl Unpin for IntegrationRequest
impl UnwindSafe for IntegrationRequest
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