pub struct SlackBlockPlainTextInputElementInit {
pub action_id: SlackActionId,
}
Fields§
§action_id: SlackActionId
Trait Implementations§
source§impl From<SlackBlockPlainTextInputElementInit> for SlackBlockPlainTextInputElement
impl From<SlackBlockPlainTextInputElementInit> for SlackBlockPlainTextInputElement
source§fn 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§
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