pub struct PreferredRule {
pub preferred: u32,
}Expand description
The acceptability that marks a designation as preferred in a language
reference set, as the code system spells it (for SNOMED, the SCTID of
|Preferred|).
Fields§
§preferred: u32The acceptability ordinal meaning preferred.
Trait Implementations§
Source§impl Clone for PreferredRule
impl Clone for PreferredRule
Source§fn clone(&self) -> PreferredRule
fn clone(&self) -> PreferredRule
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 PreferredRule
impl Debug for PreferredRule
impl Eq for PreferredRule
Source§impl PartialEq for PreferredRule
impl PartialEq for PreferredRule
impl StructuralPartialEq for PreferredRule
Auto Trait Implementations§
impl Freeze for PreferredRule
impl RefUnwindSafe for PreferredRule
impl Send for PreferredRule
impl Sync for PreferredRule
impl Unpin for PreferredRule
impl UnsafeUnpin for PreferredRule
impl UnwindSafe for PreferredRule
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