pub struct SlackViewStateValueSelectedOptionInit {
pub text: SlackBlockPlainText,
pub value: String,
}Fields§
§text: SlackBlockPlainText§value: StringTrait Implementations§
source§impl From<SlackViewStateValueSelectedOptionInit> for SlackViewStateValueSelectedOption
impl From<SlackViewStateValueSelectedOptionInit> for SlackViewStateValueSelectedOption
source§fn from(value: SlackViewStateValueSelectedOptionInit) -> Self
fn from(value: SlackViewStateValueSelectedOptionInit) -> Self
Converts to this type from the input type.