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