pub enum Phase {
Construction,
Select,
Command,
Authentication,
Parsing,
Conversation,
}Expand description
Context in which a protocol error was classified.
Variants§
Construction
Input/configuration validation or an error without a more specific phase.
Select
Applet selection.
Command
Target applet command.
Authentication
Credential verification or authentication exchange.
Parsing
Response or structured-byte decoding.
Conversation
Physical continuation, correction, or segmentation.
Trait Implementations§
impl Copy for Phase
impl Eq for Phase
impl StructuralPartialEq for Phase
Auto Trait Implementations§
impl Freeze for Phase
impl RefUnwindSafe for Phase
impl Send for Phase
impl Sync for Phase
impl Unpin for Phase
impl UnsafeUnpin for Phase
impl UnwindSafe for Phase
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