pub struct ValidatorArgs {
pub exists: bool,
pub duplicate_patterns: bool,
}
Fields§
§exists: bool
§duplicate_patterns: bool
Implementations§
Source§impl ValidatorArgs
impl ValidatorArgs
Trait Implementations§
Source§impl Clone for ValidatorArgs
impl Clone for ValidatorArgs
Source§fn clone(&self) -> ValidatorArgs
fn clone(&self) -> ValidatorArgs
Returns a copy 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 ValidatorArgs
impl Debug for ValidatorArgs
Source§impl Default for ValidatorArgs
impl Default for ValidatorArgs
Source§fn default() -> ValidatorArgs
fn default() -> ValidatorArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ValidatorArgs
impl RefUnwindSafe for ValidatorArgs
impl Send for ValidatorArgs
impl Sync for ValidatorArgs
impl Unpin for ValidatorArgs
impl UnwindSafe for ValidatorArgs
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