Struct iso8583_parser::LTV
source · pub struct LTV {
pub length: usize,
pub tag: u8,
pub value: String,
}Fields§
§length: usize§tag: u8§value: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LTV
impl Send for LTV
impl Sync for LTV
impl Unpin for LTV
impl UnwindSafe for LTV
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