pub struct SlackBlockMultiConversationsSelectElementInit {
pub action_id: SlackActionId,
}
Fields§
§action_id: SlackActionId
Trait Implementations§
source§impl From<SlackBlockMultiConversationsSelectElementInit> for SlackBlockMultiConversationsSelectElement
impl From<SlackBlockMultiConversationsSelectElementInit> for SlackBlockMultiConversationsSelectElement
source§fn from(value: SlackBlockMultiConversationsSelectElementInit) -> Self
fn from(value: SlackBlockMultiConversationsSelectElementInit) -> Self
Converts to this type from the input type.
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more