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