pub struct SlackBlockMultiChannelsSelectElementInit {
pub action_id: SlackActionId,
pub placeholder: SlackBlockPlainTextOnly,
}Fields
action_id: SlackActionIdplaceholder: SlackBlockPlainTextOnlyTrait Implementations
sourceimpl From<SlackBlockMultiChannelsSelectElementInit> for SlackBlockMultiChannelsSelectElement
impl From<SlackBlockMultiChannelsSelectElementInit> for SlackBlockMultiChannelsSelectElement
sourcefn from(value: SlackBlockMultiChannelsSelectElementInit) -> Self
fn from(value: SlackBlockMultiChannelsSelectElementInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockMultiChannelsSelectElementInit
impl Send for SlackBlockMultiChannelsSelectElementInit
impl Sync for SlackBlockMultiChannelsSelectElementInit
impl Unpin for SlackBlockMultiChannelsSelectElementInit
impl UnwindSafe for SlackBlockMultiChannelsSelectElementInit
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