Struct slack_morphism::blocks::SlackActionsBlockInit
source · pub struct SlackActionsBlockInit {
pub elements: Vec<SlackActionBlockElement>,
}
Fields§
§elements: Vec<SlackActionBlockElement>
Trait Implementations§
source§impl From<SlackActionsBlockInit> for SlackActionsBlock
impl From<SlackActionsBlockInit> for SlackActionsBlock
source§fn 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§
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