pub struct LibraryFileIngestOptions {
pub metadata: LibraryFileUploadMetadata,
pub translation: Option<TranslationDirective>,
}Fields§
§metadata: LibraryFileUploadMetadata§translation: Option<TranslationDirective>Trait Implementations§
Source§impl Clone for LibraryFileIngestOptions
impl Clone for LibraryFileIngestOptions
Source§fn clone(&self) -> LibraryFileIngestOptions
fn clone(&self) -> LibraryFileIngestOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for LibraryFileIngestOptions
impl ComposeSchema for LibraryFileIngestOptions
Source§impl Debug for LibraryFileIngestOptions
impl Debug for LibraryFileIngestOptions
Source§impl Default for LibraryFileIngestOptions
impl Default for LibraryFileIngestOptions
Source§fn default() -> LibraryFileIngestOptions
fn default() -> LibraryFileIngestOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LibraryFileIngestOptions
impl<'de> Deserialize<'de> for LibraryFileIngestOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for LibraryFileIngestOptions
impl Serialize for LibraryFileIngestOptions
Auto Trait Implementations§
impl Freeze for LibraryFileIngestOptions
impl RefUnwindSafe for LibraryFileIngestOptions
impl Send for LibraryFileIngestOptions
impl Sync for LibraryFileIngestOptions
impl Unpin for LibraryFileIngestOptions
impl UnsafeUnpin for LibraryFileIngestOptions
impl UnwindSafe for LibraryFileIngestOptions
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