Struct bluejay_validator::executable::Validator
source · pub struct Validator<'a, E: ExecutableDocument, S: SchemaDefinition, R: Rule<'a, E, S>> { /* private fields */ }Implementations§
source§impl<'a, E: ExecutableDocument, S: SchemaDefinition, R: Rule<'a, E, S>> Validator<'a, E, S, R>
impl<'a, E: ExecutableDocument, S: SchemaDefinition, R: Rule<'a, E, S>> Validator<'a, E, S, R>
Trait Implementations§
source§impl<'a, E: ExecutableDocument, S: SchemaDefinition, R: Rule<'a, E, S>> IntoIterator for Validator<'a, E, S, R>
impl<'a, E: ExecutableDocument, S: SchemaDefinition, R: Rule<'a, E, S>> IntoIterator for Validator<'a, E, S, R>
Auto Trait Implementations§
impl<'a, E, S, R> RefUnwindSafe for Validator<'a, E, S, R>where E: RefUnwindSafe, R: RefUnwindSafe, S: RefUnwindSafe,
impl<'a, E, S, R> Send for Validator<'a, E, S, R>where E: Sync, R: Send, S: Sync,
impl<'a, E, S, R> Sync for Validator<'a, E, S, R>where E: Sync, R: Sync, S: Sync,
impl<'a, E, S, R> Unpin for Validator<'a, E, S, R>where R: Unpin,
impl<'a, E, S, R> UnwindSafe for Validator<'a, E, S, R>where E: RefUnwindSafe, R: UnwindSafe, S: RefUnwindSafe,
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