pub struct BindingMeta {
pub strength: BindingStrength,
pub value_set: Option<&'static str>,
}Expand description
A value-set binding on a coded element.
Fields§
§strength: BindingStrengthHow strictly the value set applies.
value_set: Option<&'static str>Canonical ValueSet URL (may carry a |version suffix), if declared.
Trait Implementations§
Source§impl Clone for BindingMeta
impl Clone for BindingMeta
Source§fn clone(&self) -> BindingMeta
fn clone(&self) -> BindingMeta
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 moreimpl Copy for BindingMeta
Source§impl Debug for BindingMeta
impl Debug for BindingMeta
impl Eq for BindingMeta
Source§impl PartialEq for BindingMeta
impl PartialEq for BindingMeta
impl StructuralPartialEq for BindingMeta
Auto Trait Implementations§
impl Freeze for BindingMeta
impl RefUnwindSafe for BindingMeta
impl Send for BindingMeta
impl Sync for BindingMeta
impl Unpin for BindingMeta
impl UnsafeUnpin for BindingMeta
impl UnwindSafe for BindingMeta
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