pub struct SlackBlockImage {
pub block_type: String,
pub image_url: String,
pub alt_text: String,
pub title: BlockElementPlaneTextInput,
pub block_id: Option<String>,
}Fields§
§block_type: String§image_url: String§alt_text: String§title: BlockElementPlaneTextInput§block_id: Option<String>Trait Implementations§
Source§impl Clone for SlackBlockImage
impl Clone for SlackBlockImage
Source§fn clone(&self) -> SlackBlockImage
fn clone(&self) -> SlackBlockImage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlackBlockImage
impl Debug for SlackBlockImage
Source§impl Default for SlackBlockImage
impl Default for SlackBlockImage
Source§impl<'de> Deserialize<'de> for SlackBlockImage
impl<'de> Deserialize<'de> for SlackBlockImage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SlackBlockImage
impl RefUnwindSafe for SlackBlockImage
impl Send for SlackBlockImage
impl Sync for SlackBlockImage
impl Unpin for SlackBlockImage
impl UnwindSafe for SlackBlockImage
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