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
Converts to this type from the input type.
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 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