pub struct NumericConflictResponse {
pub metric: String,
pub left: String,
pub right: String,
}Fields§
§metric: String§left: String§right: StringTrait Implementations§
Source§impl Clone for NumericConflictResponse
impl Clone for NumericConflictResponse
Source§fn clone(&self) -> NumericConflictResponse
fn clone(&self) -> NumericConflictResponse
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 NumericConflictResponse
impl Debug for NumericConflictResponse
Source§impl<'de> Deserialize<'de> for NumericConflictResponse
impl<'de> Deserialize<'de> for NumericConflictResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<NumericConflictResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<NumericConflictResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NumericConflictResponse
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 NumericConflictResponse
impl PartialEq for NumericConflictResponse
Source§fn eq(&self, other: &NumericConflictResponse) -> bool
fn eq(&self, other: &NumericConflictResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NumericConflictResponse
impl Serialize for NumericConflictResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for NumericConflictResponse
Auto Trait Implementations§
impl Freeze for NumericConflictResponse
impl RefUnwindSafe for NumericConflictResponse
impl Send for NumericConflictResponse
impl Sync for NumericConflictResponse
impl Unpin for NumericConflictResponse
impl UnsafeUnpin for NumericConflictResponse
impl UnwindSafe for NumericConflictResponse
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