Enum tiberius::EncryptionLevel [] [src]

#[repr(u8)]
pub enum EncryptionLevel { Off, On, NotSupported, Required, }

The configured encryption level specifying if encryption is required

Variants

Only use encryption for the login procedure

Encrypt everything if possible

Do not encrypt anything

Encrypt everything and fail if not possible

Trait Implementations

impl Copy for EncryptionLevel
[src]

impl Clone for EncryptionLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EncryptionLevel
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EncryptionLevel
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for EncryptionLevel
[src]