Enum t_rust_less_lib::api::SecretType [−][src]
pub enum SecretType { Login, Note, Licence, Wlan, Password, Other, }
Expand description
General type of a secret.
This only serves as a hint for an UI.
Variants
Implementations
Get the commonly used property name that may contain a password.
The values of these properties are automatically estimated for the strengths.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SecretType
impl Send for SecretType
impl Sync for SecretType
impl Unpin for SecretType
impl UnwindSafe for SecretType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self