pub struct SlackBlockRadioButtonsElementInit {
pub action_id: SlackActionId,
pub options: Vec<SlackBlockChoiceItem<SlackBlockText>>,
}
Fields§
§action_id: SlackActionId
§options: Vec<SlackBlockChoiceItem<SlackBlockText>>
Trait Implementations§
source§impl From<SlackBlockRadioButtonsElementInit> for SlackBlockRadioButtonsElement
impl From<SlackBlockRadioButtonsElementInit> for SlackBlockRadioButtonsElement
source§fn from(value: SlackBlockRadioButtonsElementInit) -> Self
fn from(value: SlackBlockRadioButtonsElementInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackBlockRadioButtonsElementInit
impl Send for SlackBlockRadioButtonsElementInit
impl Sync for SlackBlockRadioButtonsElementInit
impl Unpin for SlackBlockRadioButtonsElementInit
impl UnwindSafe for SlackBlockRadioButtonsElementInit
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