You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get compile error on some generated enums others seems fine:
`bea::beadto1::AuthentificationTypeSoapDTO` doesn't implement `std::fmt::Display`
the trait `std::fmt::Display` is not implemented for `bea::beadto1::AuthentificationTypeSoapDTO`
in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
required by `std::fmt::Display::fmt`
The generated code is derived from Debug, it should be fine:
I get compile error on some generated enums others seems fine:
The generated code is derived from Debug, it should be fine:
The text was updated successfully, but these errors were encountered: