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