pub struct SlackBlockPlainTextInputElementInit {
pub action_id: SlackActionId,
pub placeholder: SlackBlockPlainTextOnly,
}Fields
action_id: SlackActionIdplaceholder: SlackBlockPlainTextOnlyTrait Implementations
sourceimpl From<SlackBlockPlainTextInputElementInit> for SlackBlockPlainTextInputElement
impl From<SlackBlockPlainTextInputElementInit> for SlackBlockPlainTextInputElement
sourcefn from(value: SlackBlockPlainTextInputElementInit) -> Self
fn from(value: SlackBlockPlainTextInputElementInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockPlainTextInputElementInit
impl Send for SlackBlockPlainTextInputElementInit
impl Sync for SlackBlockPlainTextInputElementInit
impl Unpin for SlackBlockPlainTextInputElementInit
impl UnwindSafe for SlackBlockPlainTextInputElementInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more