Struct tfm::algorithms::TfmToPlOutput
source · pub struct TfmToPlOutput {
pub pl_data: Result<String, DeserializationError>,
pub error_messages: Vec<TfmToPlErrorMessage>,
}
Expand description
Output of the tftopl algorithm.
Fields§
§pl_data: Result<String, DeserializationError>
§error_messages: Vec<TfmToPlErrorMessage>
Auto Trait Implementations§
impl RefUnwindSafe for TfmToPlOutput
impl Send for TfmToPlOutput
impl Sync for TfmToPlOutput
impl Unpin for TfmToPlOutput
impl UnwindSafe for TfmToPlOutput
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