pub struct Mt940Data(pub Vec<u8>);Expand description
MT940/SWIFT binary data (WINDOWS-1252 encoded).
Tuple Fields§
§0: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mt940Data
impl RefUnwindSafe for Mt940Data
impl Send for Mt940Data
impl Sync for Mt940Data
impl Unpin for Mt940Data
impl UnsafeUnpin for Mt940Data
impl UnwindSafe for Mt940Data
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