pub struct Bo4eView;Expand description
Locates issues by BO4E field path.
Returns None for issues with no BO4E counterpart — envelope-level findings
(UNH, UNT) and anything the mapping definitions do not cover. Roughly 11% of
findings across the fixture corpus. Callers should say so rather than fall
back to the EDIFACT path, which would put an EDIFACT path inside a BO4E view.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bo4eView
impl RefUnwindSafe for Bo4eView
impl Send for Bo4eView
impl Sync for Bo4eView
impl Unpin for Bo4eView
impl UnsafeUnpin for Bo4eView
impl UnwindSafe for Bo4eView
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