Enum slack_morphism::prelude::blocks::SlackInputBlockElement [−][src]
pub enum SlackInputBlockElement {
Show variants
StaticSelect(SlackBlockStaticSelectElement),
MultiStaticSelect(SlackBlockMultiStaticSelectElement),
ExternalSelect(SlackBlockExternalSelectElement),
MultiExternalSelect(SlackBlockMultiExternalSelectElement),
UsersSelect(SlackBlockUsersSelectElement),
MultiUsersSelect(SlackBlockMultiUsersSelectElement),
ConversationsSelect(SlackBlockConversationsSelectElement),
MultiConversationsSelect(SlackBlockMultiConversationsSelectElement),
ChannelsSelect(SlackBlockChannelsSelectElement),
MultiChannelsSelect(SlackBlockMultiChannelsSelectElement),
DatePicker(SlackBlockDatePickerElement),
PlainTextInput(SlackBlockPlainTextInputElement),
RadioButtons(SlackBlockRadioButtonsElement),
Checkboxes(SlackBlockCheckboxesElement),
}Variants
StaticSelect(SlackBlockStaticSelectElement)MultiStaticSelect(SlackBlockMultiStaticSelectElement)ExternalSelect(SlackBlockExternalSelectElement)MultiExternalSelect(SlackBlockMultiExternalSelectElement)UsersSelect(SlackBlockUsersSelectElement)MultiUsersSelect(SlackBlockMultiUsersSelectElement)ConversationsSelect(SlackBlockConversationsSelectElement)MultiConversationsSelect(SlackBlockMultiConversationsSelectElement)ChannelsSelect(SlackBlockChannelsSelectElement)MultiChannelsSelect(SlackBlockMultiChannelsSelectElement)DatePicker(SlackBlockDatePickerElement)PlainTextInput(SlackBlockPlainTextInputElement)RadioButtons(SlackBlockRadioButtonsElement)Checkboxes(SlackBlockCheckboxesElement)Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackInputBlockElement, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackInputBlockElement, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SlackInputBlockElementimpl Send for SlackInputBlockElementimpl Sync for SlackInputBlockElementimpl Unpin for SlackInputBlockElementimpl UnwindSafe for SlackInputBlockElementBlanket Implementations
Mutably borrows from an owned value. Read more