pub struct SlackBlockChannelsSelectElementInit {
pub action_id: SlackActionId,
pub placeholder: SlackBlockPlainTextOnly,
}Fields
action_id: SlackActionIdplaceholder: SlackBlockPlainTextOnlyTrait Implementations
sourceimpl From<SlackBlockChannelsSelectElementInit> for SlackBlockChannelsSelectElement
impl From<SlackBlockChannelsSelectElementInit> for SlackBlockChannelsSelectElement
sourcefn from(value: SlackBlockChannelsSelectElementInit) -> Self
fn from(value: SlackBlockChannelsSelectElementInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockChannelsSelectElementInit
impl Send for SlackBlockChannelsSelectElementInit
impl Sync for SlackBlockChannelsSelectElementInit
impl Unpin for SlackBlockChannelsSelectElementInit
impl UnwindSafe for SlackBlockChannelsSelectElementInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more