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
Performs the conversion.
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 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