Struct slack_morphism::prelude::SlackContextBlockInit
source · pub struct SlackContextBlockInit {
pub elements: Vec<SlackContextBlockElement>,
}
Fields§
§elements: Vec<SlackContextBlockElement>
Trait Implementations§
source§impl From<SlackContextBlockInit> for SlackContextBlock
impl From<SlackContextBlockInit> for SlackContextBlock
source§fn 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§
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