pub enum InitStage {
ValidateKeyLengths,
ValidatePskLengths,
ValidateCipherTypes,
GetRngImpl,
GetDhImpl,
GetCipherImpl,
GetHashImpl,
ValidatePskPosition,
}
Expand description
The various stages of initialization used to help identify
the specific cause of an Init
error.
Variants§
ValidateKeyLengths
ValidatePskLengths
ValidateCipherTypes
GetRngImpl
GetDhImpl
GetCipherImpl
GetHashImpl
ValidatePskPosition
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InitStage
impl Send for InitStage
impl Sync for InitStage
impl Unpin for InitStage
impl UnwindSafe for InitStage
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