pub struct ClaimRelatedBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub claim: Option<Reference>,
pub relationship: Option<CodeableConcept>,
pub reference: Option<Identifier>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
claim: Option<Reference>
Reference to the related claim
relationship: Option<CodeableConcept>
How the reference claim is related
reference: Option<Identifier>
File or case reference
Trait Implementations§
Source§impl Clone for ClaimRelatedBackboneElement
impl Clone for ClaimRelatedBackboneElement
Source§fn clone(&self) -> ClaimRelatedBackboneElement
fn clone(&self) -> ClaimRelatedBackboneElement
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 ClaimRelatedBackboneElement
impl Debug for ClaimRelatedBackboneElement
Source§impl Default for ClaimRelatedBackboneElement
impl Default for ClaimRelatedBackboneElement
Source§fn default() -> ClaimRelatedBackboneElement
fn default() -> ClaimRelatedBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClaimRelatedBackboneElement
impl<'de> Deserialize<'de> for ClaimRelatedBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for ClaimRelatedBackboneElement
impl RefUnwindSafe for ClaimRelatedBackboneElement
impl Send for ClaimRelatedBackboneElement
impl Sync for ClaimRelatedBackboneElement
impl Unpin for ClaimRelatedBackboneElement
impl UnwindSafe for ClaimRelatedBackboneElement
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