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