pub struct MessageDeltaContentImageUrlObject {
pub index: i64,
pub type: String,
pub image_url: MessageDeltaContentImageUrlObject_ImageUrl,
}Expand description
References an image URL in the content of a message.
Fields§
§index: i64The index of the content part in the message.
type: StringAlways image_url.
image_url: MessageDeltaContentImageUrlObject_ImageUrlTrait Implementations§
Source§impl Clone for MessageDeltaContentImageUrlObject
impl Clone for MessageDeltaContentImageUrlObject
Source§fn clone(&self) -> MessageDeltaContentImageUrlObject
fn clone(&self) -> MessageDeltaContentImageUrlObject
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 moreAuto Trait Implementations§
impl Freeze for MessageDeltaContentImageUrlObject
impl RefUnwindSafe for MessageDeltaContentImageUrlObject
impl Send for MessageDeltaContentImageUrlObject
impl Sync for MessageDeltaContentImageUrlObject
impl Unpin for MessageDeltaContentImageUrlObject
impl UnwindSafe for MessageDeltaContentImageUrlObject
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