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