pub struct RuntimeFileLibrarySettings {
pub storage_root: String,
pub max_upload_size_mb: usize,
pub max_upload_request_size_mb: usize,
pub ingest_concurrency: usize,
pub pdf_pages_per_task: u32,
}Fields§
§storage_root: String§max_upload_size_mb: usize§max_upload_request_size_mb: usize§ingest_concurrency: usize§pdf_pages_per_task: u32Trait Implementations§
Source§impl Clone for RuntimeFileLibrarySettings
impl Clone for RuntimeFileLibrarySettings
Source§fn clone(&self) -> RuntimeFileLibrarySettings
fn clone(&self) -> RuntimeFileLibrarySettings
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 RuntimeFileLibrarySettings
impl ComposeSchema for RuntimeFileLibrarySettings
Source§impl Debug for RuntimeFileLibrarySettings
impl Debug for RuntimeFileLibrarySettings
Source§impl<'de> Deserialize<'de> for RuntimeFileLibrarySettings
impl<'de> Deserialize<'de> for RuntimeFileLibrarySettings
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
Auto Trait Implementations§
impl Freeze for RuntimeFileLibrarySettings
impl RefUnwindSafe for RuntimeFileLibrarySettings
impl Send for RuntimeFileLibrarySettings
impl Sync for RuntimeFileLibrarySettings
impl Unpin for RuntimeFileLibrarySettings
impl UnsafeUnpin for RuntimeFileLibrarySettings
impl UnwindSafe for RuntimeFileLibrarySettings
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