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