pub struct FilesCompleteUploadExternalRequestFile {
pub id: String,
pub title: Option<String>,
}Expand description
The type that represents a file ID and its corresponding (optional) title.
Fields§
§id: StringThe file ID.
title: Option<String>The file title.
Trait Implementations§
Source§impl Clone for FilesCompleteUploadExternalRequestFile
impl Clone for FilesCompleteUploadExternalRequestFile
Source§fn clone(&self) -> FilesCompleteUploadExternalRequestFile
fn clone(&self) -> FilesCompleteUploadExternalRequestFile
Returns a duplicate 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 FilesCompleteUploadExternalRequestFile
impl RefUnwindSafe for FilesCompleteUploadExternalRequestFile
impl Send for FilesCompleteUploadExternalRequestFile
impl Sync for FilesCompleteUploadExternalRequestFile
impl Unpin for FilesCompleteUploadExternalRequestFile
impl UnwindSafe for FilesCompleteUploadExternalRequestFile
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