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 (const: unstable) · 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<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 Display for PublishedInType
impl Display for PublishedInType
Source§impl From<PublishedInType> for CodeableConcept
impl From<PublishedInType> for CodeableConcept
Source§fn from(code: PublishedInType) -> Self
fn from(code: PublishedInType) -> Self
Converts to this type from the input type.
Source§impl From<PublishedInType> for Coding
impl From<PublishedInType> for Coding
Source§fn from(code: PublishedInType) -> Self
fn from(code: PublishedInType) -> Self
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§fn eq(&self, other: &PublishedInType) -> bool
fn eq(&self, other: &PublishedInType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PublishedInType
impl Serialize for PublishedInType
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 UnsafeUnpin 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