pub struct SlackViewStateValueSelectedOptionInit {
pub text: SlackBlockPlainText,
pub value: String,
}
Fields§
§text: SlackBlockPlainText
§value: String
Trait 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.
Auto Trait Implementations§
impl RefUnwindSafe for SlackViewStateValueSelectedOptionInit
impl Send for SlackViewStateValueSelectedOptionInit
impl Sync for SlackViewStateValueSelectedOptionInit
impl Unpin for SlackViewStateValueSelectedOptionInit
impl UnwindSafe for SlackViewStateValueSelectedOptionInit
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