pub enum ParseRejectReason {
Show 14 variants
ValueIsIncorrect,
TagSpecifiedWithoutAValue,
IncorrectDataFormatForValue,
TagAppearsMoreThanOnce,
TagSpecifiedOutOfRequiredOrder,
RequiredTagMissing,
IncorrectNumingroupCountForRepeatingGroup,
TagNotDefinedForThisMessageType,
UndefinedTag,
RepeatingGroupFieldsOutOfOrder,
InvalidTagNumber,
InvalidMsgtype,
SendingtimeAccuracyProblem,
CompidProblem,
}Variants§
ValueIsIncorrect
TagSpecifiedWithoutAValue
IncorrectDataFormatForValue
TagAppearsMoreThanOnce
TagSpecifiedOutOfRequiredOrder
RequiredTagMissing
IncorrectNumingroupCountForRepeatingGroup
TagNotDefinedForThisMessageType
UndefinedTag
RepeatingGroupFieldsOutOfOrder
InvalidTagNumber
InvalidMsgtype
SendingtimeAccuracyProblem
CompidProblem
Trait Implementations§
Source§impl AsRef<str> for ParseRejectReason
impl AsRef<str> for ParseRejectReason
Source§impl Clone for ParseRejectReason
impl Clone for ParseRejectReason
Source§fn clone(&self) -> ParseRejectReason
fn clone(&self) -> ParseRejectReason
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParseRejectReason
impl Debug for ParseRejectReason
Source§impl Hash for ParseRejectReason
impl Hash for ParseRejectReason
Source§impl IntoEnumIterator for ParseRejectReason
impl IntoEnumIterator for ParseRejectReason
type Iterator = ParseRejectReasonIter
fn iter() -> ParseRejectReasonIter ⓘ
Source§impl PartialEq for ParseRejectReason
impl PartialEq for ParseRejectReason
impl Copy for ParseRejectReason
impl Eq for ParseRejectReason
impl StructuralPartialEq for ParseRejectReason
Auto Trait Implementations§
impl Freeze for ParseRejectReason
impl RefUnwindSafe for ParseRejectReason
impl Send for ParseRejectReason
impl Sync for ParseRejectReason
impl Unpin for ParseRejectReason
impl UnwindSafe for ParseRejectReason
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