Struct slack_morphism::blocks::SlackImageBlockInit
source · [−]Fields
image_url: Urlalt_text: StringTrait Implementations
sourceimpl From<SlackImageBlockInit> for SlackImageBlock
impl From<SlackImageBlockInit> for SlackImageBlock
sourcefn from(value: SlackImageBlockInit) -> Self
fn from(value: SlackImageBlockInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackImageBlockInit
impl Send for SlackImageBlockInit
impl Sync for SlackImageBlockInit
impl Unpin for SlackImageBlockInit
impl UnwindSafe for SlackImageBlockInit
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