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