pub struct ImageTextArea {
pub type: JumpTarget,
pub title: Option<String>,
pub desc: Option<String>,
pub image_url: String,
}
Expand description
图文展示,图片在左,文字在右
Fields§
§type: JumpTarget
§title: Option<String>
§desc: Option<String>
§image_url: String
Trait Implementations§
Source§impl Clone for ImageTextArea
impl Clone for ImageTextArea
Source§fn clone(&self) -> ImageTextArea
fn clone(&self) -> ImageTextArea
Returns a copy 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 ImageTextArea
impl Debug for ImageTextArea
Auto Trait Implementations§
impl Freeze for ImageTextArea
impl RefUnwindSafe for ImageTextArea
impl Send for ImageTextArea
impl Sync for ImageTextArea
impl Unpin for ImageTextArea
impl UnwindSafe for ImageTextArea
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