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