pub struct ValidatorContext<'a> {
pub id: &'a str,
pub property: &'a str,
pub index: Rc<&'a Hit>,
}Fields§
§id: &'a str§property: &'a str§index: Rc<&'a Hit>Auto Trait Implementations§
impl<'a> Freeze for ValidatorContext<'a>
impl<'a> !RefUnwindSafe for ValidatorContext<'a>
impl<'a> !Send for ValidatorContext<'a>
impl<'a> !Sync for ValidatorContext<'a>
impl<'a> Unpin for ValidatorContext<'a>
impl<'a> !UnwindSafe for ValidatorContext<'a>
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