pub struct SlackBlockStaticSelectElementInit {
pub action_id: SlackActionId,
pub placeholder: SlackBlockPlainTextOnly,
}Fields
action_id: SlackActionIdplaceholder: SlackBlockPlainTextOnlyTrait Implementations
sourceimpl From<SlackBlockStaticSelectElementInit> for SlackBlockStaticSelectElement
impl From<SlackBlockStaticSelectElementInit> for SlackBlockStaticSelectElement
sourcefn from(value: SlackBlockStaticSelectElementInit) -> Self
fn from(value: SlackBlockStaticSelectElementInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockStaticSelectElementInit
impl Send for SlackBlockStaticSelectElementInit
impl Sync for SlackBlockStaticSelectElementInit
impl Unpin for SlackBlockStaticSelectElementInit
impl UnwindSafe for SlackBlockStaticSelectElementInit
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