pub struct V3VaccineManufacturer;Expand description
http://terminology.hl7.org/ValueSet/v3-VaccineManufacturer
Implementations§
Source§impl V3VaccineManufacturer
impl V3VaccineManufacturer
Sourcepub fn bay() -> BoundCode<Self>
pub fn bay() -> BoundCode<Self>
Bayer Corporation (includes Miles, Inc. and Cutter Laboratories)
Sourcepub fn bpc() -> BoundCode<Self>
pub fn bpc() -> BoundCode<Self>
Berna Products Corporation (includes Swiss Serum and Vaccine Institute Berne)
Sourcepub fn evn() -> BoundCode<Self>
pub fn evn() -> BoundCode<Self>
Evans Medical Limited (an affiliate of Medeva Pharmaceuticals, Inc.)
Sourcepub fn jpn() -> BoundCode<Self>
pub fn jpn() -> BoundCode<Self>
The Research Foundation for Microbial Diseases of Osaka University (BIKEN)
Sourcepub fn mip() -> BoundCode<Self>
pub fn mip() -> BoundCode<Self>
Bioport Corporation (formerly Michigan Biologic Products Institute)
North American Vaccine, Inc.
Sourcepub fn nov() -> BoundCode<Self>
pub fn nov() -> BoundCode<Self>
Novartis Pharmaceutical Corporation (includes Ciba-Geigy Limited and Sandoz Limited)
Sourcepub fn pmc() -> BoundCode<Self>
pub fn pmc() -> BoundCode<Self>
Aventis Pasteur Inc. (formerly Pasteur Merieux Connaught; includes Connaught Laboratories and Pasteur Merieux)
Sourcepub fn wal() -> BoundCode<Self>
pub fn wal() -> BoundCode<Self>
Wyeth-Ayerst (includes Wyeth-Lederle Vaccines and Pediatrics, Wyeth Laboratories, Lederle Laboratories, and Praxis Biologics)
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V3VaccineManufacturer
impl RefUnwindSafe for V3VaccineManufacturer
impl Send for V3VaccineManufacturer
impl Sync for V3VaccineManufacturer
impl Unpin for V3VaccineManufacturer
impl UnsafeUnpin for V3VaccineManufacturer
impl UnwindSafe for V3VaccineManufacturer
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more