pub struct CliOcrProviderSpec {
pub id: &'static str,
pub provider: &'static str,
pub request_style: &'static str,
pub auth: &'static str,
pub auth_header: &'static str,
pub supports_pdf_direct: bool,
pub key_field: &'static str,
}Fields§
§id: &'static str§provider: &'static str§request_style: &'static str§auth: &'static str§auth_header: &'static str§supports_pdf_direct: bool§key_field: &'static strTrait Implementations§
Source§impl Clone for CliOcrProviderSpec
impl Clone for CliOcrProviderSpec
Source§fn clone(&self) -> CliOcrProviderSpec
fn clone(&self) -> CliOcrProviderSpec
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 CliOcrProviderSpec
impl Debug for CliOcrProviderSpec
Source§impl PartialEq for CliOcrProviderSpec
impl PartialEq for CliOcrProviderSpec
Source§fn eq(&self, other: &CliOcrProviderSpec) -> bool
fn eq(&self, other: &CliOcrProviderSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CliOcrProviderSpec
impl Serialize for CliOcrProviderSpec
impl StructuralPartialEq for CliOcrProviderSpec
Auto Trait Implementations§
impl Freeze for CliOcrProviderSpec
impl RefUnwindSafe for CliOcrProviderSpec
impl Send for CliOcrProviderSpec
impl Sync for CliOcrProviderSpec
impl Unpin for CliOcrProviderSpec
impl UnsafeUnpin for CliOcrProviderSpec
impl UnwindSafe for CliOcrProviderSpec
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