pub struct EdifactView;Expand description
Locates issues by EDIFACT segment path — the world the validator works in.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdifactView
impl RefUnwindSafe for EdifactView
impl Send for EdifactView
impl Sync for EdifactView
impl Unpin for EdifactView
impl UnsafeUnpin for EdifactView
impl UnwindSafe for EdifactView
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