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