pub struct SlackBlockMultiStaticSelectElementInit {
pub action_id: SlackActionId,
pub placeholder: SlackBlockPlainTextOnly,
}Fields
action_id: SlackActionIdplaceholder: SlackBlockPlainTextOnlyTrait Implementations
sourceimpl From<SlackBlockMultiStaticSelectElementInit> for SlackBlockMultiStaticSelectElement
impl From<SlackBlockMultiStaticSelectElementInit> for SlackBlockMultiStaticSelectElement
sourcefn from(value: SlackBlockMultiStaticSelectElementInit) -> Self
fn from(value: SlackBlockMultiStaticSelectElementInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockMultiStaticSelectElementInit
impl Send for SlackBlockMultiStaticSelectElementInit
impl Sync for SlackBlockMultiStaticSelectElementInit
impl Unpin for SlackBlockMultiStaticSelectElementInit
impl UnwindSafe for SlackBlockMultiStaticSelectElementInit
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