pub struct MessageDeltaContentImageUrlObject {
    pub index: i64,
    pub type: String,
    pub image_url: Option<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: Option<MessageDeltaContentImageUrlObject_ImageUrl>Trait Implementations§
Source§impl Clone for MessageDeltaContentImageUrlObject
 
impl Clone for MessageDeltaContentImageUrlObject
Source§fn clone(&self) -> MessageDeltaContentImageUrlObject
 
fn clone(&self) -> MessageDeltaContentImageUrlObject
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 Default for MessageDeltaContentImageUrlObject
 
impl Default for MessageDeltaContentImageUrlObject
Source§fn default() -> MessageDeltaContentImageUrlObject
 
fn default() -> MessageDeltaContentImageUrlObject
Returns the “default value” for a type. Read more
Auto 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