pub struct SlackBlockButtonElementInit {
pub action_id: SlackActionId,
pub text: SlackBlockPlainTextOnly,
}
Fields§
§action_id: SlackActionId
§text: SlackBlockPlainTextOnly
Trait Implementations§
Source§impl From<SlackBlockButtonElementInit> for SlackBlockButtonElement
impl From<SlackBlockButtonElementInit> for SlackBlockButtonElement
Source§fn from(value: SlackBlockButtonElementInit) -> Self
fn from(value: SlackBlockButtonElementInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackBlockButtonElementInit
impl RefUnwindSafe for SlackBlockButtonElementInit
impl Send for SlackBlockButtonElementInit
impl Sync for SlackBlockButtonElementInit
impl Unpin for SlackBlockButtonElementInit
impl UnwindSafe for SlackBlockButtonElementInit
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