pub struct LS {
pub _01: String,
}Expand description
LS - Loop Header
To indicate that the next segment begins a loop
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 447 | Loop Identifier Code | 1 | M | AN | 1/6 |
Fields§
§_01: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for LS
impl<'de> Deserialize<'de> for LS
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 LS
impl StructuralEq for LS
impl StructuralPartialEq for LS
Auto Trait Implementations§
impl RefUnwindSafe for LS
impl Send for LS
impl Sync for LS
impl Unpin for LS
impl UnwindSafe for LS
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