Struct slack_morphism::prelude::blocks::SlackBlockChoiceItemInit [−][src]
pub struct SlackBlockChoiceItemInit<T> where
T: Into<SlackBlockText>, { pub text: T, pub value: String, }
Fields
text: Tvalue: StringTrait Implementations
impl<T> From<SlackBlockChoiceItemInit<T>> for SlackBlockChoiceItem<T> where
T: Into<SlackBlockText>, [src]
impl<T> From<SlackBlockChoiceItemInit<T>> for SlackBlockChoiceItem<T> where
T: Into<SlackBlockText>, [src]Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for SlackBlockChoiceItemInit<T> where
T: RefUnwindSafe, impl<T> Send for SlackBlockChoiceItemInit<T> where
T: Send, impl<T> Sync for SlackBlockChoiceItemInit<T> where
T: Sync, impl<T> Unpin for SlackBlockChoiceItemInit<T> where
T: Unpin, impl<T> UnwindSafe for SlackBlockChoiceItemInit<T> where
T: UnwindSafe,