pub struct ContractTermAssetBackboneElement {Show 18 fields
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub scope: Option<CodeableConcept>,
pub type_: Option<Vec<CodeableConcept>>,
pub type_reference: Option<Vec<Reference>>,
pub subtype: Option<Vec<CodeableConcept>>,
pub relationship: Option<Coding>,
pub context: Option<Vec<ContractTermAssetContextBackboneElement>>,
pub condition: Option<StringDt>,
pub period_type: Option<Vec<CodeableConcept>>,
pub period: Option<Vec<Period>>,
pub use_period: Option<Vec<Period>>,
pub text: Option<StringDt>,
pub link_id: Option<Vec<StringDt>>,
pub answer: Option<Vec<ContractTermOfferAnswerBackboneElement>>,
pub security_label_number: Option<Vec<UnsignedIntDt>>,
pub valued_item: Option<Vec<ContractTermAssetValuedItemBackboneElement>>,
}
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
scope: Option<CodeableConcept>
Range of asset
type_: Option<Vec<CodeableConcept>>
Asset category
type_reference: Option<Vec<Reference>>
Associated entities
subtype: Option<Vec<CodeableConcept>>
Asset sub-category
relationship: Option<Coding>
Kinship of the asset
context: Option<Vec<ContractTermAssetContextBackboneElement>>
Circumstance of the asset
condition: Option<StringDt>
Quality desctiption of asset
period_type: Option<Vec<CodeableConcept>>
Asset availability types
period: Option<Vec<Period>>
Time period of the asset
use_period: Option<Vec<Period>>
Time period
text: Option<StringDt>
Asset clause or question text
link_id: Option<Vec<StringDt>>
Pointer to asset text
answer: Option<Vec<ContractTermOfferAnswerBackboneElement>>
Response to assets
security_label_number: Option<Vec<UnsignedIntDt>>
Asset restriction numbers
valued_item: Option<Vec<ContractTermAssetValuedItemBackboneElement>>
Contract Valued Item List
Trait Implementations§
Source§impl Clone for ContractTermAssetBackboneElement
impl Clone for ContractTermAssetBackboneElement
Source§fn clone(&self) -> ContractTermAssetBackboneElement
fn clone(&self) -> ContractTermAssetBackboneElement
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 Convert for ContractTermAssetBackboneElement
impl Convert for ContractTermAssetBackboneElement
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_strings(&self) -> Result<String>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Default for ContractTermAssetBackboneElement
impl Default for ContractTermAssetBackboneElement
Source§fn default() -> ContractTermAssetBackboneElement
fn default() -> ContractTermAssetBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContractTermAssetBackboneElement
impl<'de> Deserialize<'de> for ContractTermAssetBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl Executor for ContractTermAssetBackboneElement
impl Executor for ContractTermAssetBackboneElement
fn element(&self, symbol: &String, index: &Option<usize>) -> Result<Collection>
fn to_collection(&self, index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
impl DataType for ContractTermAssetBackboneElement
Auto Trait Implementations§
impl Freeze for ContractTermAssetBackboneElement
impl RefUnwindSafe for ContractTermAssetBackboneElement
impl Send for ContractTermAssetBackboneElement
impl Sync for ContractTermAssetBackboneElement
impl Unpin for ContractTermAssetBackboneElement
impl UnwindSafe for ContractTermAssetBackboneElement
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