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