pub struct FixmlDecoder { /* private fields */ }Implementations§
Source§impl FixmlDecoder
impl FixmlDecoder
pub fn new() -> Self
pub fn decode(&self, xml: &str) -> Result<FixmlMessage, FixmlError>
Trait Implementations§
Source§impl Debug for FixmlDecoder
impl Debug for FixmlDecoder
Auto Trait Implementations§
impl Freeze for FixmlDecoder
impl RefUnwindSafe for FixmlDecoder
impl Send for FixmlDecoder
impl Sync for FixmlDecoder
impl Unpin for FixmlDecoder
impl UnwindSafe for FixmlDecoder
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