pub struct VerifyNumericConflict {
pub metric: String,
pub left: String,
pub right: String,
}Fields§
§metric: String§left: String§right: StringTrait Implementations§
Source§impl Clone for VerifyNumericConflict
impl Clone for VerifyNumericConflict
Source§fn clone(&self) -> VerifyNumericConflict
fn clone(&self) -> VerifyNumericConflict
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 VerifyNumericConflict
impl Debug for VerifyNumericConflict
impl Eq for VerifyNumericConflict
Source§impl From<NumericConflictResponse> for VerifyNumericConflict
impl From<NumericConflictResponse> for VerifyNumericConflict
Source§fn from(value: NumericConflictResponse) -> Self
fn from(value: NumericConflictResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VerifyNumericConflict
impl PartialEq for VerifyNumericConflict
Source§fn eq(&self, other: &VerifyNumericConflict) -> bool
fn eq(&self, other: &VerifyNumericConflict) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VerifyNumericConflict
Auto Trait Implementations§
impl Freeze for VerifyNumericConflict
impl RefUnwindSafe for VerifyNumericConflict
impl Send for VerifyNumericConflict
impl Sync for VerifyNumericConflict
impl Unpin for VerifyNumericConflict
impl UnsafeUnpin for VerifyNumericConflict
impl UnwindSafe for VerifyNumericConflict
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