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