pub struct FhirStu3;
Expand description
FHIR version STU3, “3.0”.
Trait Implementations§
impl Copy for FhirStu3
impl Eq for FhirStu3
impl StructuralPartialEq for FhirStu3
Auto Trait Implementations§
impl Freeze for FhirStu3
impl RefUnwindSafe for FhirStu3
impl Send for FhirStu3
impl Sync for FhirStu3
impl Unpin for FhirStu3
impl UnwindSafe for FhirStu3
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.