[−][src]Enum slack_morphism::prelude::blocks::SlackSectionBlockElement
Variants
Image(SlackBlockImageElement)Button(SlackBlockButtonElement)StaticSelect(SlackBlockStaticSelectElement)MultiStaticSelect(SlackBlockMultiStaticSelectElement)ExternalSelect(SlackBlockExternalSelectElement)MultiExternalSelect(SlackBlockMultiExternalSelectElement)UsersSelect(SlackBlockUsersSelectElement)MultiUsersSelect(SlackBlockMultiUsersSelectElement)ConversationsSelect(SlackBlockConversationsSelectElement)MultiConversationsSelect(SlackBlockMultiConversationsSelectElement)ChannelsSelect(SlackBlockChannelsSelectElement)MultiChannelsSelect(SlackBlockMultiChannelsSelectElement)Overflow(SlackBlockOverflowElement)DatePicker(SlackBlockDatePickerElement)PlainTextInput(SlackBlockPlainTextInputElement)RadioButtons(SlackBlockRadioButtonsElement)Checkboxes(SlackBlockCheckboxesElement)Trait Implementations
impl Clone for SlackSectionBlockElement[src]
pub fn clone(&self) -> SlackSectionBlockElement[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SlackSectionBlockElement[src]
impl<'de> Deserialize<'de> for SlackSectionBlockElement[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackSectionBlockElement, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<SlackSectionBlockElement, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl From<SlackBlockButtonElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockButtonElement) -> SlackSectionBlockElement[src]
impl From<SlackBlockChannelsSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockChannelsSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockChannelsSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockCheckboxesElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockCheckboxesElement) -> SlackSectionBlockElement[src]
impl From<SlackBlockConversationsSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockConversationsSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockConversationsSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockDatePickerElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockDatePickerElement) -> SlackSectionBlockElement[src]
impl From<SlackBlockExternalSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockExternalSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockExternalSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockImageElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockImageElement) -> SlackSectionBlockElement[src]
impl From<SlackBlockMultiChannelsSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockMultiChannelsSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockMultiChannelsSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockMultiConversationsSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockMultiConversationsSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockMultiConversationsSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockMultiExternalSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockMultiExternalSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockMultiExternalSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockMultiStaticSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockMultiStaticSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockMultiStaticSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockMultiUsersSelectElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockMultiUsersSelectElement
) -> SlackSectionBlockElement[src]
element: SlackBlockMultiUsersSelectElement
) -> SlackSectionBlockElement
impl From<SlackBlockOverflowElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockOverflowElement) -> SlackSectionBlockElement[src]
impl From<SlackBlockPlainTextInputElement> for SlackSectionBlockElement[src]
pub fn from(
element: SlackBlockPlainTextInputElement
) -> SlackSectionBlockElement[src]
element: SlackBlockPlainTextInputElement
) -> SlackSectionBlockElement
impl From<SlackBlockRadioButtonsElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockRadioButtonsElement) -> SlackSectionBlockElement[src]
impl From<SlackBlockStaticSelectElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockStaticSelectElement) -> SlackSectionBlockElement[src]
impl From<SlackBlockUsersSelectElement> for SlackSectionBlockElement[src]
pub fn from(element: SlackBlockUsersSelectElement) -> SlackSectionBlockElement[src]
impl PartialEq<SlackSectionBlockElement> for SlackSectionBlockElement[src]
pub fn eq(&self, other: &SlackSectionBlockElement) -> bool[src]
pub fn ne(&self, other: &SlackSectionBlockElement) -> bool[src]
impl Serialize for SlackSectionBlockElement[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralPartialEq for SlackSectionBlockElement[src]
Auto Trait Implementations
impl RefUnwindSafe for SlackSectionBlockElement[src]
impl Send for SlackSectionBlockElement[src]
impl Sync for SlackSectionBlockElement[src]
impl Unpin for SlackSectionBlockElement[src]
impl UnwindSafe for SlackSectionBlockElement[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,