pub enum Kind {
Group,
Segment,
Field,
Component,
Subcomponent,
}Expand description
Which level of the HL7 tree a node sits at.
Variants§
Group
The whole message, or a message-structure group such as
ORU_R01.ORDER_OBSERVATION.
Segment
One segment occurrence.
Field
One repetition of one field.
Component
One component of a field.
Subcomponent
One subcomponent of a component.
Trait Implementations§
impl Copy for Kind
impl Eq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnsafeUnpin for Kind
impl UnwindSafe for Kind
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