pub struct SlackBlockCheckboxesElementInit {
pub action_id: SlackActionId,
pub options: Vec<SlackBlockChoiceItem<SlackBlockText>>,
}Fields
action_id: SlackActionIdoptions: Vec<SlackBlockChoiceItem<SlackBlockText>>Trait Implementations
sourceimpl From<SlackBlockCheckboxesElementInit> for SlackBlockCheckboxesElement
impl From<SlackBlockCheckboxesElementInit> for SlackBlockCheckboxesElement
sourcefn from(value: SlackBlockCheckboxesElementInit) -> Self
fn from(value: SlackBlockCheckboxesElementInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockCheckboxesElementInit
impl Send for SlackBlockCheckboxesElementInit
impl Sync for SlackBlockCheckboxesElementInit
impl Unpin for SlackBlockCheckboxesElementInit
impl UnwindSafe for SlackBlockCheckboxesElementInit
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