pub struct ValidationTools {
pub external_validators: Vec<String>,
pub internal_parser: bool,
pub reference_pdfs: bool,
pub automated_testing: bool,
}Fields§
§external_validators: Vec<String>§internal_parser: bool§reference_pdfs: bool§automated_testing: boolTrait Implementations§
Source§impl Clone for ValidationTools
impl Clone for ValidationTools
Source§fn clone(&self) -> ValidationTools
fn clone(&self) -> ValidationTools
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 ValidationTools
impl Debug for ValidationTools
Source§impl<'de> Deserialize<'de> for ValidationTools
impl<'de> Deserialize<'de> for ValidationTools
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 ValidationTools
impl RefUnwindSafe for ValidationTools
impl Send for ValidationTools
impl Sync for ValidationTools
impl Unpin for ValidationTools
impl UnsafeUnpin for ValidationTools
impl UnwindSafe for ValidationTools
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