pub struct TextFxBatchOptions {
pub format: TextFxSerializationFormat,
pub deterministic_parallel: bool,
pub sort_by_cache_key: bool,
}Fields§
§format: TextFxSerializationFormat§deterministic_parallel: bool§sort_by_cache_key: boolTrait Implementations§
Source§impl Clone for TextFxBatchOptions
impl Clone for TextFxBatchOptions
Source§fn clone(&self) -> TextFxBatchOptions
fn clone(&self) -> TextFxBatchOptions
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 Debug for TextFxBatchOptions
impl Debug for TextFxBatchOptions
Source§impl Default for TextFxBatchOptions
impl Default for TextFxBatchOptions
Source§impl<'de> Deserialize<'de> for TextFxBatchOptions
impl<'de> Deserialize<'de> for TextFxBatchOptions
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
impl Eq for TextFxBatchOptions
Source§impl PartialEq for TextFxBatchOptions
impl PartialEq for TextFxBatchOptions
Source§fn eq(&self, other: &TextFxBatchOptions) -> bool
fn eq(&self, other: &TextFxBatchOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxBatchOptions
impl Serialize for TextFxBatchOptions
impl StructuralPartialEq for TextFxBatchOptions
Auto Trait Implementations§
impl Freeze for TextFxBatchOptions
impl RefUnwindSafe for TextFxBatchOptions
impl Send for TextFxBatchOptions
impl Sync for TextFxBatchOptions
impl Unpin for TextFxBatchOptions
impl UnsafeUnpin for TextFxBatchOptions
impl UnwindSafe for TextFxBatchOptions
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