pub struct MessageContentImageFileObject_ImageFile {
pub file_id: String,
pub detail: Option<String>,
}
Fields§
§file_id: String
The File ID of the image in the message content.
detail: Option<String>
Specifies the detail level of the image if specified by the user.
Trait Implementations§
Source§impl Clone for MessageContentImageFileObject_ImageFile
impl Clone for MessageContentImageFileObject_ImageFile
Source§fn clone(&self) -> MessageContentImageFileObject_ImageFile
fn clone(&self) -> MessageContentImageFileObject_ImageFile
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 Default for MessageContentImageFileObject_ImageFile
impl Default for MessageContentImageFileObject_ImageFile
Source§fn default() -> MessageContentImageFileObject_ImageFile
fn default() -> MessageContentImageFileObject_ImageFile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MessageContentImageFileObject_ImageFile
impl RefUnwindSafe for MessageContentImageFileObject_ImageFile
impl Send for MessageContentImageFileObject_ImageFile
impl Sync for MessageContentImageFileObject_ImageFile
impl Unpin for MessageContentImageFileObject_ImageFile
impl UnwindSafe for MessageContentImageFileObject_ImageFile
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