pub struct FieldViolationV1 {
pub field: String,
pub description: String,
pub reason: String,
}Fields§
§field: String§description: String§reason: StringImplementations§
Trait Implementations§
Source§impl Clone for FieldViolationV1
impl Clone for FieldViolationV1
Source§fn clone(&self) -> FieldViolationV1
fn clone(&self) -> FieldViolationV1
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 FieldViolationV1
impl Debug for FieldViolationV1
Auto Trait Implementations§
impl Freeze for FieldViolationV1
impl RefUnwindSafe for FieldViolationV1
impl Send for FieldViolationV1
impl Sync for FieldViolationV1
impl Unpin for FieldViolationV1
impl UnsafeUnpin for FieldViolationV1
impl UnwindSafe for FieldViolationV1
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