- API ›
- Constructors ›
- SecurePasswordKdfAlgoUnknown
SecurePasswordKdfAlgoUnknown
---types--- securePasswordKdfAlgoUnknown#004a8537 = SecurePasswordKdfAlgo
Belongs to
| SecurePasswordKdfAlgo |
In Rust this constructor is a variant of the enums::SecurePasswordKdfAlgo enum.
Match on it with: if let enums::SecurePasswordKdfAlgo::SecurePasswordKdfAlgoUnknown(v) = result { ... }
Parameters
This item has no parameters.