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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more