pub struct InValidator(pub Vec<Value>);
Tuple Fields§
§0: Vec<Value>
Trait Implementations§
Source§impl FromDirective for InValidator
impl FromDirective for InValidator
Auto Trait Implementations§
impl Freeze for InValidator
impl RefUnwindSafe for InValidator
impl Send for InValidator
impl Sync for InValidator
impl Unpin for InValidator
impl UnwindSafe for InValidator
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