pub struct NumberMinValueViolation {
pub min_value: String,
pub given_value: String,
}Fields§
§min_value: String§given_value: StringTrait Implementations§
Source§impl Debug for NumberMinValueViolation
impl Debug for NumberMinValueViolation
Source§impl PartialEq for NumberMinValueViolation
impl PartialEq for NumberMinValueViolation
impl StructuralPartialEq for NumberMinValueViolation
Auto Trait Implementations§
impl Freeze for NumberMinValueViolation
impl RefUnwindSafe for NumberMinValueViolation
impl Send for NumberMinValueViolation
impl Sync for NumberMinValueViolation
impl Unpin for NumberMinValueViolation
impl UnwindSafe for NumberMinValueViolation
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