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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more