pub enum ValidateResultsIteratorEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateResultsIteratorEvent
impl RefUnwindSafe for ValidateResultsIteratorEvent
impl Send for ValidateResultsIteratorEvent
impl Sync for ValidateResultsIteratorEvent
impl Unpin for ValidateResultsIteratorEvent
impl UnwindSafe for ValidateResultsIteratorEvent
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