pub struct AhbCodeRule {
pub value: String,
pub description: String,
pub ahb_status: String,
}Expand description
An allowed code value within an AHB field rule.
Fields§
§value: StringThe code value (e.g., “E01”, “Z33”).
description: StringDescription of the code (e.g., “Anmeldung”).
ahb_status: StringAHB status for this code (e.g., “X”, “Muss”).
Trait Implementations§
Source§impl Clone for AhbCodeRule
impl Clone for AhbCodeRule
Source§fn clone(&self) -> AhbCodeRule
fn clone(&self) -> AhbCodeRule
Returns a duplicate of the value. Read more
1.0.0 · 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 AhbCodeRule
impl Debug for AhbCodeRule
Source§impl Default for AhbCodeRule
impl Default for AhbCodeRule
Source§fn default() -> AhbCodeRule
fn default() -> AhbCodeRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AhbCodeRule
impl RefUnwindSafe for AhbCodeRule
impl Send for AhbCodeRule
impl Sync for AhbCodeRule
impl Unpin for AhbCodeRule
impl UnsafeUnpin for AhbCodeRule
impl UnwindSafe for AhbCodeRule
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