pub struct ValidationGenerator {
pub name: String,
pub properties: IndexMap<String, PropRules>,
}
Fields§
§name: String
§properties: IndexMap<String, PropRules>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationGenerator
impl RefUnwindSafe for ValidationGenerator
impl Send for ValidationGenerator
impl Sync for ValidationGenerator
impl Unpin for ValidationGenerator
impl UnwindSafe for ValidationGenerator
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