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