pub struct SlackBlockOverflowElementInit {
pub action_id: SlackActionId,
pub options: Vec<SlackBlockChoiceItem<SlackBlockPlainTextOnly>>,
}Fields
action_id: SlackActionIdoptions: Vec<SlackBlockChoiceItem<SlackBlockPlainTextOnly>>Trait Implementations
sourceimpl From<SlackBlockOverflowElementInit> for SlackBlockOverflowElement
impl From<SlackBlockOverflowElementInit> for SlackBlockOverflowElement
sourcefn 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
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