pub struct MessageContentImageFileObject {
pub type: String,
pub image_file: MessageContentImageFileObject_ImageFile,
}
Expand description
References an image File in the content of a message.
Fields§
§type: String
Always image_file
.
image_file: MessageContentImageFileObject_ImageFile
Trait Implementations§
Source§impl Clone for MessageContentImageFileObject
impl Clone for MessageContentImageFileObject
Source§fn clone(&self) -> MessageContentImageFileObject
fn clone(&self) -> MessageContentImageFileObject
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 MessageContentImageFileObject
impl RefUnwindSafe for MessageContentImageFileObject
impl Send for MessageContentImageFileObject
impl Sync for MessageContentImageFileObject
impl Unpin for MessageContentImageFileObject
impl UnwindSafe for MessageContentImageFileObject
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