pub enum Event {
Show 16 variants
Cleartext,
Continue,
Error,
Final,
Gss,
Initial,
KerberosV5,
Md5,
Negotiate,
Ok,
Password,
Ready,
Response,
Sasl,
Sspi,
Verified,
}Expand description
Events accepted by the generated protocol grammar.
Variants§
Cleartext
The Cleartext transition event.
Continue
The Continue transition event.
Error
The Error transition event.
Final
The Final transition event.
Gss
The Gss transition event.
Initial
The Initial transition event.
KerberosV5
The KerberosV5 transition event.
Md5
The Md5 transition event.
Negotiate
The Negotiate transition event.
Ok
The Ok transition event.
Password
The Password transition event.
Ready
The Ready transition event.
Response
The Response transition event.
Sasl
The Sasl transition event.
Sspi
The Sspi transition event.
Verified
The Verified 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