pub struct LiabilityProviderResolutionQuery {
pub provider_id: String,
pub jurisdiction: String,
pub coverage_class: LiabilityCoverageClass,
pub currency: String,
}Fields§
§provider_id: String§jurisdiction: String§coverage_class: LiabilityCoverageClass§currency: StringImplementations§
Trait Implementations§
Source§impl Clone for LiabilityProviderResolutionQuery
impl Clone for LiabilityProviderResolutionQuery
Source§fn clone(&self) -> LiabilityProviderResolutionQuery
fn clone(&self) -> LiabilityProviderResolutionQuery
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<'de> Deserialize<'de> for LiabilityProviderResolutionQuery
impl<'de> Deserialize<'de> for LiabilityProviderResolutionQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LiabilityProviderResolutionQuery
impl PartialEq for LiabilityProviderResolutionQuery
Source§fn eq(&self, other: &LiabilityProviderResolutionQuery) -> bool
fn eq(&self, other: &LiabilityProviderResolutionQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LiabilityProviderResolutionQuery
impl StructuralPartialEq for LiabilityProviderResolutionQuery
Auto Trait Implementations§
impl Freeze for LiabilityProviderResolutionQuery
impl RefUnwindSafe for LiabilityProviderResolutionQuery
impl Send for LiabilityProviderResolutionQuery
impl Sync for LiabilityProviderResolutionQuery
impl Unpin for LiabilityProviderResolutionQuery
impl UnsafeUnpin for LiabilityProviderResolutionQuery
impl UnwindSafe for LiabilityProviderResolutionQuery
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