pub struct InnerValidationContext<VC> { /* private fields */ }Auto Trait Implementations§
impl<VC> Freeze for InnerValidationContext<VC>where
VC: Freeze,
impl<VC> RefUnwindSafe for InnerValidationContext<VC>where
VC: RefUnwindSafe,
impl<VC> Send for InnerValidationContext<VC>where
VC: Send,
impl<VC> Sync for InnerValidationContext<VC>where
VC: Sync,
impl<VC> Unpin for InnerValidationContext<VC>where
VC: Unpin,
impl<VC> UnwindSafe for InnerValidationContext<VC>where
VC: 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