pub struct SlackActionsBlockInit {
pub elements: Vec<SlackActionBlockElement>,
}Fields
elements: Vec<SlackActionBlockElement>Trait Implementations
sourceimpl From<SlackActionsBlockInit> for SlackActionsBlock
impl From<SlackActionsBlockInit> for SlackActionsBlock
sourcefn from(value: SlackActionsBlockInit) -> Self
fn from(value: SlackActionsBlockInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackActionsBlockInit
impl Send for SlackActionsBlockInit
impl Sync for SlackActionsBlockInit
impl Unpin for SlackActionsBlockInit
impl UnwindSafe for SlackActionsBlockInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more