pub struct SlackBlockRadioButtonsElementInit {
pub action_id: SlackActionId,
pub options: Vec<SlackBlockChoiceItem<SlackBlockText>>,
}Fields
action_id: SlackActionIdoptions: Vec<SlackBlockChoiceItem<SlackBlockText>>Trait Implementations
sourceimpl From<SlackBlockRadioButtonsElementInit> for SlackBlockRadioButtonsElement
impl From<SlackBlockRadioButtonsElementInit> for SlackBlockRadioButtonsElement
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more