pub struct SlackBlockConversationsSelectElementInit {
pub action_id: SlackActionId,
}
Fields§
§action_id: SlackActionId
Trait Implementations§
Source§impl From<SlackBlockConversationsSelectElementInit> for SlackBlockConversationsSelectElement
impl From<SlackBlockConversationsSelectElementInit> for SlackBlockConversationsSelectElement
Source§fn from(value: SlackBlockConversationsSelectElementInit) -> Self
fn from(value: SlackBlockConversationsSelectElementInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackBlockConversationsSelectElementInit
impl RefUnwindSafe for SlackBlockConversationsSelectElementInit
impl Send for SlackBlockConversationsSelectElementInit
impl Sync for SlackBlockConversationsSelectElementInit
impl Unpin for SlackBlockConversationsSelectElementInit
impl UnwindSafe for SlackBlockConversationsSelectElementInit
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