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