pub struct SlackContextBlockInit {
pub elements: Vec<SlackContextBlockElement>,
}Fields
elements: Vec<SlackContextBlockElement>Trait Implementations
sourceimpl From<SlackContextBlockInit> for SlackContextBlock
impl From<SlackContextBlockInit> for SlackContextBlock
sourcefn from(value: SlackContextBlockInit) -> Self
fn from(value: SlackContextBlockInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackContextBlockInit
impl Send for SlackContextBlockInit
impl Sync for SlackContextBlockInit
impl Unpin for SlackContextBlockInit
impl UnwindSafe for SlackContextBlockInit
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