pub struct OutOfRangeV1 {
pub field_violations: Vec<FieldViolation>,
}Fields§
§field_violations: Vec<FieldViolation>Implementations§
Source§impl OutOfRangeV1
impl OutOfRangeV1
pub fn new(violations: impl Into<Vec<FieldViolation>>) -> Self
Trait Implementations§
Source§impl Clone for OutOfRangeV1
impl Clone for OutOfRangeV1
Source§fn clone(&self) -> OutOfRangeV1
fn clone(&self) -> OutOfRangeV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutOfRangeV1
impl Debug for OutOfRangeV1
Auto Trait Implementations§
impl Freeze for OutOfRangeV1
impl RefUnwindSafe for OutOfRangeV1
impl Send for OutOfRangeV1
impl Sync for OutOfRangeV1
impl Unpin for OutOfRangeV1
impl UnsafeUnpin for OutOfRangeV1
impl UnwindSafe for OutOfRangeV1
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