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