pub struct IntegrationMappingSlackCreateRequest {
pub partner_item: IntegrationMappingPartnerItemSlack,
pub box_item: IntegrationMappingBoxItemSlack,
pub options: Option<IntegrationMappingSlackOptions>,
}Fields§
§partner_item: IntegrationMappingPartnerItemSlack§box_item: IntegrationMappingBoxItemSlack§options: Option<IntegrationMappingSlackOptions>Trait Implementations§
Source§impl Clone for IntegrationMappingSlackCreateRequest
impl Clone for IntegrationMappingSlackCreateRequest
Source§fn clone(&self) -> IntegrationMappingSlackCreateRequest
fn clone(&self) -> IntegrationMappingSlackCreateRequest
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 Default for IntegrationMappingSlackCreateRequest
impl Default for IntegrationMappingSlackCreateRequest
Source§fn default() -> IntegrationMappingSlackCreateRequest
fn default() -> IntegrationMappingSlackCreateRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationMappingSlackCreateRequest
impl<'de> Deserialize<'de> for IntegrationMappingSlackCreateRequest
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 IntegrationMappingSlackCreateRequest
Auto Trait Implementations§
impl Freeze for IntegrationMappingSlackCreateRequest
impl RefUnwindSafe for IntegrationMappingSlackCreateRequest
impl Send for IntegrationMappingSlackCreateRequest
impl Sync for IntegrationMappingSlackCreateRequest
impl Unpin for IntegrationMappingSlackCreateRequest
impl UnsafeUnpin for IntegrationMappingSlackCreateRequest
impl UnwindSafe for IntegrationMappingSlackCreateRequest
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