pub enum SPPError {
MaxDataSizeExedded,
MinDataLen,
APIDLenMismatch,
SequenceControlLenMismatch,
SecondaryHeaderNotPresent,
MandatoryFieldNotPresent,
}
Variants§
MaxDataSizeExedded
MinDataLen
APIDLenMismatch
SequenceControlLenMismatch
SecondaryHeaderNotPresent
MandatoryFieldNotPresent
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SPPError
impl Send for SPPError
impl Sync for SPPError
impl Unpin for SPPError
impl UnwindSafe for SPPError
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