Struct slack_morphism_models::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
Performs the conversion.
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 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