Struct slack_morphism::prelude::SlackInputBlockInit
source · pub struct SlackInputBlockInit {
pub label: SlackBlockPlainTextOnly,
pub element: SlackInputBlockElement,
}
Fields§
§label: SlackBlockPlainTextOnly
§element: SlackInputBlockElement
Trait Implementations§
source§impl From<SlackInputBlockInit> for SlackInputBlock
impl From<SlackInputBlockInit> for SlackInputBlock
source§fn 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§
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