pub struct TypeValidator {
pub path: &'static str,
pub args: Args,
}Expand description
TypeValidator
Fields§
§path: &'static str§args: ArgsTrait Implementations§
Source§impl Clone for TypeValidator
impl Clone for TypeValidator
Source§fn clone(&self) -> TypeValidator
fn clone(&self) -> TypeValidator
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 TypeValidator
impl Debug for TypeValidator
Source§impl Serialize for TypeValidator
impl Serialize for TypeValidator
Source§impl ValidateNode for TypeValidator
impl ValidateNode for TypeValidator
Auto Trait Implementations§
impl Freeze for TypeValidator
impl RefUnwindSafe for TypeValidator
impl Send for TypeValidator
impl Sync for TypeValidator
impl Unpin for TypeValidator
impl UnwindSafe for TypeValidator
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