Struct slack_morphism::prelude::blocks::SlackInputBlockInit
source · pub struct SlackInputBlockInit {
pub label: SlackBlockPlainTextOnly,
pub element: SlackInputBlockElement,
}Fields
label: SlackBlockPlainTextOnlyelement: SlackInputBlockElementTrait Implementations
sourceimpl From<SlackInputBlockInit> for SlackInputBlock
impl From<SlackInputBlockInit> for SlackInputBlock
sourcefn from(value: SlackInputBlockInit) -> Self
fn from(value: SlackInputBlockInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackInputBlockInit
impl Send for SlackInputBlockInit
impl Sync for SlackInputBlockInit
impl Unpin for SlackInputBlockInit
impl UnwindSafe for SlackInputBlockInit
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