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