struct ViolationWording {
detail: &'static str,
reject_log: &'static str,
warn_log: &'static str,
}Expand description
The wording that differs between a violation found in what the producer
put on the bus and one found in what xml_baseline conversion produced.
Fields§
§detail: &'static strNoun phrase completing “delivery on {sid} …: {summary}”.
reject_log: &'static str§warn_log: &'static strImplementations§
Source§impl ViolationWording
impl ViolationWording
const PRODUCER: Self
const CONVERSION: Self
Auto Trait Implementations§
impl Freeze for ViolationWording
impl RefUnwindSafe for ViolationWording
impl Send for ViolationWording
impl Sync for ViolationWording
impl Unpin for ViolationWording
impl UnwindSafe for ViolationWording
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