pub struct OrderFieldViolation {
pub field_path: String,
pub rule_id: String,
pub message: String,
}Expand description
One actionable field-level validation failure from preview/create rejection.
Fields§
§field_path: String§rule_id: String§message: StringTrait Implementations§
Source§impl Clone for OrderFieldViolation
impl Clone for OrderFieldViolation
Source§fn clone(&self) -> OrderFieldViolation
fn clone(&self) -> OrderFieldViolation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OrderFieldViolation
impl Debug for OrderFieldViolation
impl Eq for OrderFieldViolation
Source§impl PartialEq for OrderFieldViolation
impl PartialEq for OrderFieldViolation
impl StructuralPartialEq for OrderFieldViolation
Auto Trait Implementations§
impl Freeze for OrderFieldViolation
impl RefUnwindSafe for OrderFieldViolation
impl Send for OrderFieldViolation
impl Sync for OrderFieldViolation
impl Unpin for OrderFieldViolation
impl UnsafeUnpin for OrderFieldViolation
impl UnwindSafe for OrderFieldViolation
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.