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