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