pub struct Narrative(pub Box<NarrativeInner>);Expand description
Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.
Narrative v5.0.0
Human-readable summary of the resource (essential clinical and business information)
A human-readable summary of the resource conveying the essential clinical and business information for the resource.
Tuple Fields§
§0: Box<NarrativeInner>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Narrative
impl<'de> Deserialize<'de> for Narrative
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Narrative, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Narrative, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<NarrativeInner> for Narrative
impl From<NarrativeInner> for Narrative
Source§fn from(inner: NarrativeInner) -> Narrative
fn from(inner: NarrativeInner) -> Narrative
Converts to this type from the input type.
Source§impl Serialize for Narrative
impl Serialize for Narrative
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 Narrative
Auto Trait Implementations§
impl Freeze for Narrative
impl RefUnwindSafe for Narrative
impl Send for Narrative
impl Sync for Narrative
impl Unpin for Narrative
impl UnwindSafe for Narrative
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