Enum pam_sys::PamMessageStyle [] [src]

pub enum PamMessageStyle {
    PROMPT_ECHO_OFF,
    PROMPT_ECHO_ON,
    ERROR_MSG,
    TEXT_INFO,
}

Variants

PROMPT_ECHO_OFFPROMPT_ECHO_ONERROR_MSGTEXT_INFO

Methods

impl PamMessageStyle
[src]

Trait Implementations

impl PartialEq for PamMessageStyle
[src]

fn eq(&self, __arg_0: &PamMessageStyle) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for PamMessageStyle
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.