pub struct MessageDeltaContentImageUrlObject {
pub image_url: Option<MessageDeltaContentImageUrlObjectImageUrl>,
pub index: i32,
pub _type: String,
}
Fields§
§image_url: Option<MessageDeltaContentImageUrlObjectImageUrl>
§index: i32
The index of the content part in the message.
_type: String
Always image_url
.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MessageDeltaContentImageUrlObject
impl<'de> Deserialize<'de> for MessageDeltaContentImageUrlObject
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 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