pub struct MTParser { /* private fields */ }
Expand description
Main parser for SWIFT MT messages
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MTParser
impl RefUnwindSafe for MTParser
impl Send for MTParser
impl Sync for MTParser
impl Unpin for MTParser
impl UnwindSafe for MTParser
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