Enum haproxy_config::section::PasswordRef
source · pub enum PasswordRef<'input> {
Secure(&'input str),
Insecure(&'input str),
}Expand description
See Password for an owned variant.
Variants§
Trait Implementations§
source§impl<'input> Debug for PasswordRef<'input>
impl<'input> Debug for PasswordRef<'input>
source§impl From<&PasswordRef<'_>> for Password
impl From<&PasswordRef<'_>> for Password
source§fn from(value: &PasswordRef<'_>) -> Self
fn from(value: &PasswordRef<'_>) -> Self
Converts to this type from the input type.