pub struct SlackContextActionsBlockInit {
pub elements: Vec<SlackContextActionBlockElement>,
}Fields§
§elements: Vec<SlackContextActionBlockElement>Trait Implementations§
Source§impl From<SlackContextActionsBlockInit> for SlackContextActionsBlock
impl From<SlackContextActionsBlockInit> for SlackContextActionsBlock
Source§fn from(value: SlackContextActionsBlockInit) -> Self
fn from(value: SlackContextActionsBlockInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackContextActionsBlockInit
impl RefUnwindSafe for SlackContextActionsBlockInit
impl Send for SlackContextActionsBlockInit
impl Sync for SlackContextActionsBlockInit
impl Unpin for SlackContextActionsBlockInit
impl UnsafeUnpin for SlackContextActionsBlockInit
impl UnwindSafe for SlackContextActionsBlockInit
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