Enum json_validate_rs::FormatError
source · pub enum FormatError {
Show 13 variants
InvalidDataType,
InvalidFormat,
InvalidMin,
InvalidMax,
InvalidSchemaOnData,
InvalidSchema,
InvalidOptions,
OptionsNotAllowed,
IsNotObject,
IsNotStringArray,
ChildrenTypeMissing,
InvalidChildrenType,
InvalidArrayUniqueKeyType,
}
Variants§
InvalidDataType
InvalidFormat
InvalidMin
InvalidMax
InvalidSchemaOnData
InvalidSchema
InvalidOptions
OptionsNotAllowed
IsNotObject
IsNotStringArray
ChildrenTypeMissing
InvalidChildrenType
InvalidArrayUniqueKeyType
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FormatError
impl Send for FormatError
impl Sync for FormatError
impl Unpin for FormatError
impl UnwindSafe for FormatError
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