pub enum PublishedInType {
D001877,
D019991,
D020492,
D064886,
}
Expand description
PublishedInType. The type of publication such as book, database, or journal.
FHIR version: 5.0.0.
Variants§
D001877
D001877
Book. Non-periodical written or printed works consisting of sheets of pages fastened or bound together within covers.
D019991
D019991
Database. A structured file of information or a set of logically related data stored and retrieved using computer-based means.
D020492
D020492
Periodical. Publication intended to be issued on an ongoing basis, generally more frequently than annually, containing separate articles, stories, or writings.
D064886
D064886
Dataset. Works consisting of organized collections of data, which have been stored permanently in a formalized manner suitable for communication, interpretation, or processing.
Trait Implementations§
Source§impl AsRef<str> for PublishedInType
impl AsRef<str> for PublishedInType
Source§impl Clone for PublishedInType
impl Clone for PublishedInType
Source§fn clone(&self) -> PublishedInType
fn clone(&self) -> PublishedInType
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 PublishedInType
impl Debug for PublishedInType
Source§impl<'de> Deserialize<'de> for PublishedInType
impl<'de> Deserialize<'de> for PublishedInType
Source§fn deserialize<D>(
deserializer: D,
) -> Result<PublishedInType, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<PublishedInType, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PublishedInType
impl Display for PublishedInType
Source§impl From<PublishedInType> for CodeableConcept
impl From<PublishedInType> for CodeableConcept
Source§fn from(code: PublishedInType) -> CodeableConcept
fn from(code: PublishedInType) -> CodeableConcept
Converts to this type from the input type.
Source§impl From<PublishedInType> for Coding
impl From<PublishedInType> for Coding
Source§fn from(code: PublishedInType) -> Coding
fn from(code: PublishedInType) -> Coding
Converts to this type from the input type.
Source§impl FromStr for PublishedInType
impl FromStr for PublishedInType
Source§impl Hash for PublishedInType
impl Hash for PublishedInType
Source§impl PartialEq for PublishedInType
impl PartialEq for PublishedInType
Source§impl Serialize for PublishedInType
impl Serialize for PublishedInType
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 Copy for PublishedInType
impl Eq for PublishedInType
impl StructuralPartialEq for PublishedInType
Auto Trait Implementations§
impl Freeze for PublishedInType
impl RefUnwindSafe for PublishedInType
impl Send for PublishedInType
impl Sync for PublishedInType
impl Unpin for PublishedInType
impl UnwindSafe for PublishedInType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.