pub struct Validator<State, Input, Filter: StateFilter<State, Input>> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<State, Input, Filter> Freeze for Validator<State, Input, Filter>
impl<State, Input, Filter> RefUnwindSafe for Validator<State, Input, Filter>where
State: RefUnwindSafe,
<Filter as StateFilter<State, Input>>::ValidOutput: RefUnwindSafe,
Input: RefUnwindSafe,
Filter: RefUnwindSafe,
impl<State, Input, Filter> Send for Validator<State, Input, Filter>where
State: Send,
<Filter as StateFilter<State, Input>>::ValidOutput: Send,
Input: Send,
Filter: Send,
impl<State, Input, Filter> Sync for Validator<State, Input, Filter>where
State: Sync,
<Filter as StateFilter<State, Input>>::ValidOutput: Sync,
Input: Sync,
Filter: Sync,
impl<State, Input, Filter> Unpin for Validator<State, Input, Filter>where
State: Unpin,
<Filter as StateFilter<State, Input>>::ValidOutput: Unpin,
Input: Unpin,
Filter: Unpin,
impl<State, Input, Filter> UnwindSafe for Validator<State, Input, Filter>where
State: UnwindSafe,
<Filter as StateFilter<State, Input>>::ValidOutput: UnwindSafe,
Input: UnwindSafe,
Filter: UnwindSafe,
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