Enum tfm::algorithms::TfmToPlErrorMessage
source · pub enum TfmToPlErrorMessage {
DeserializationWarning(DeserializationWarning),
ValidationWarning(ValidationWarning),
}
Expand description
An error message written by the tftopl algorithm.
Variants§
DeserializationWarning(DeserializationWarning)
ValidationWarning(ValidationWarning)
Implementations§
source§impl TfmToPlErrorMessage
impl TfmToPlErrorMessage
pub fn tftopl_message(&self) -> String
Auto Trait Implementations§
impl RefUnwindSafe for TfmToPlErrorMessage
impl Send for TfmToPlErrorMessage
impl Sync for TfmToPlErrorMessage
impl Unpin for TfmToPlErrorMessage
impl UnwindSafe for TfmToPlErrorMessage
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