pub enum SlackCardActionBlockElement {
Button(SlackBlockButtonElement),
}Variants§
Button(SlackBlockButtonElement)
Trait Implementations§
Source§impl Clone for SlackCardActionBlockElement
impl Clone for SlackCardActionBlockElement
Source§fn clone(&self) -> SlackCardActionBlockElement
fn clone(&self) -> SlackCardActionBlockElement
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 SlackCardActionBlockElement
impl Debug for SlackCardActionBlockElement
Source§impl<'de> Deserialize<'de> for SlackCardActionBlockElement
impl<'de> Deserialize<'de> for SlackCardActionBlockElement
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 From<SlackBlockButtonElement> for SlackCardActionBlockElement
impl From<SlackBlockButtonElement> for SlackCardActionBlockElement
Source§fn from(element: SlackBlockButtonElement) -> Self
fn from(element: SlackBlockButtonElement) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for SlackCardActionBlockElement
Auto Trait Implementations§
impl Freeze for SlackCardActionBlockElement
impl RefUnwindSafe for SlackCardActionBlockElement
impl Send for SlackCardActionBlockElement
impl Sync for SlackCardActionBlockElement
impl Unpin for SlackCardActionBlockElement
impl UnsafeUnpin for SlackCardActionBlockElement
impl UnwindSafe for SlackCardActionBlockElement
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