pub struct C270 {
pub _010: String,
pub _020: String,
pub _030: Option<String>,
}Expand description
C270 - CONTROL
Control total for checking integrity of a message or part of a message.
Fields§
§_010: StringControl qualifier
M an..3
_020: StringControl value
M n..18
_030: Option<String>Measure unit qualifier
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C270
impl<'de> Deserialize<'de> for C270
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
Auto Trait Implementations§
impl Freeze for C270
impl RefUnwindSafe for C270
impl Send for C270
impl Sync for C270
impl Unpin for C270
impl UnwindSafe for C270
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