pub enum Event {
Accept,
Cancel,
GssRequest,
HandshakeComplete,
LegacyError,
Reject,
SslRequest,
Startup,
}Expand description
Events accepted by the generated protocol grammar.
Variants§
Accept
The Accept transition event.
Cancel
The Cancel transition event.
GssRequest
The GssRequest transition event.
HandshakeComplete
The HandshakeComplete transition event.
LegacyError
The LegacyError transition event.
Reject
The Reject transition event.
SslRequest
The SslRequest transition event.
Startup
The Startup transition event.
Trait Implementations§
impl Copy for Event
impl Eq for Event
impl StructuralPartialEq for Event
Auto Trait Implementations§
impl Freeze for Event
impl RefUnwindSafe for Event
impl Send for Event
impl Sync for Event
impl Unpin for Event
impl UnsafeUnpin for Event
impl UnwindSafe for Event
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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