#[non_exhaustive]pub struct NativeOutputFileFormatConfig { /* private fields */ }Expand description
Output configurations for serialized BatchRecognizeResults protos.
Implementations§
Trait Implementations§
Source§impl Clone for NativeOutputFileFormatConfig
impl Clone for NativeOutputFileFormatConfig
Source§fn clone(&self) -> NativeOutputFileFormatConfig
fn clone(&self) -> NativeOutputFileFormatConfig
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 moreSource§impl Debug for NativeOutputFileFormatConfig
impl Debug for NativeOutputFileFormatConfig
Source§impl Default for NativeOutputFileFormatConfig
impl Default for NativeOutputFileFormatConfig
Source§fn default() -> NativeOutputFileFormatConfig
fn default() -> NativeOutputFileFormatConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for NativeOutputFileFormatConfig
impl PartialEq for NativeOutputFileFormatConfig
Source§fn eq(&self, other: &NativeOutputFileFormatConfig) -> bool
fn eq(&self, other: &NativeOutputFileFormatConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeOutputFileFormatConfig
Auto Trait Implementations§
impl Freeze for NativeOutputFileFormatConfig
impl RefUnwindSafe for NativeOutputFileFormatConfig
impl Send for NativeOutputFileFormatConfig
impl Sync for NativeOutputFileFormatConfig
impl Unpin for NativeOutputFileFormatConfig
impl UnwindSafe for NativeOutputFileFormatConfig
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