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