pub enum Field {
Nonce,
Salt,
Iterations,
VerifyOrError,
ChannelBinding,
Authzid,
Authcid,
GS2Header,
Proof,
}
Expand description
The fields used in the exchanged messages.
Variants§
Nonce
Nonce
Salt
Salt
Iterations
Iterations
VerifyOrError
Verify or Error
ChannelBinding
Channel Binding
Authzid
Authorization ID
Authcid
Authcid
GS2Header
GS2Header
Proof
Client Proof
Trait Implementations§
impl Eq for Field
impl StructuralPartialEq for Field
Auto Trait Implementations§
impl Freeze for Field
impl RefUnwindSafe for Field
impl Send for Field
impl Sync for Field
impl Unpin for Field
impl UnwindSafe for Field
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