pub struct MessageContentTextAnnotationsFilePathObject_FilePath {
pub file_id: String,
}
Fields§
§file_id: String
The ID of the file that was generated.
Trait Implementations§
Source§impl Clone for MessageContentTextAnnotationsFilePathObject_FilePath
impl Clone for MessageContentTextAnnotationsFilePathObject_FilePath
Source§fn clone(&self) -> MessageContentTextAnnotationsFilePathObject_FilePath
fn clone(&self) -> MessageContentTextAnnotationsFilePathObject_FilePath
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 MessageContentTextAnnotationsFilePathObject_FilePath
impl Default for MessageContentTextAnnotationsFilePathObject_FilePath
Source§fn default() -> MessageContentTextAnnotationsFilePathObject_FilePath
fn default() -> MessageContentTextAnnotationsFilePathObject_FilePath
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MessageContentTextAnnotationsFilePathObject_FilePath
impl RefUnwindSafe for MessageContentTextAnnotationsFilePathObject_FilePath
impl Send for MessageContentTextAnnotationsFilePathObject_FilePath
impl Sync for MessageContentTextAnnotationsFilePathObject_FilePath
impl Unpin for MessageContentTextAnnotationsFilePathObject_FilePath
impl UnwindSafe for MessageContentTextAnnotationsFilePathObject_FilePath
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