Struct slack_morphism::prelude::blocks::SlackActionsBlockInit
source · [−]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
Converts to this type from the input type.
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 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