pub struct Delims {
pub field: char,
pub comp: char,
pub rep: char,
pub esc: char,
pub sub: char,
}Expand description
Delimiters used in HL7 v2 messages
Fields§
§field: char§comp: char§rep: char§esc: char§sub: charImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Delims
impl<'de> Deserialize<'de> for Delims
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Delims
impl StructuralPartialEq for Delims
Auto Trait Implementations§
impl Freeze for Delims
impl RefUnwindSafe for Delims
impl Send for Delims
impl Sync for Delims
impl Unpin for Delims
impl UnsafeUnpin for Delims
impl UnwindSafe for Delims
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