pub struct Bo4eResult {
pub pid: String,
pub message_type: String,
pub variant: String,
pub bo4e: Value,
}Expand description
Result of a BO4E mapping operation.
Fields§
§pid: StringThe PID (Pruefidentifikator) that was detected or specified.
message_type: StringThe EDIFACT message type (e.g., “UTILMD”, “MSCONS”).
variant: StringThe message variant (e.g., “UTILMD_Strom”, “MSCONS”).
bo4e: ValueThe mapped BO4E JSON output.
Auto Trait Implementations§
impl Freeze for Bo4eResult
impl RefUnwindSafe for Bo4eResult
impl Send for Bo4eResult
impl Sync for Bo4eResult
impl Unpin for Bo4eResult
impl UnsafeUnpin for Bo4eResult
impl UnwindSafe for Bo4eResult
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