[][src]Enum nextcloud_passwords_client::settings::SettingVariant

pub enum SettingVariant {
    PasswordStrength,
    PasswordContainsNumber,
    PasswordContainsSpecial,
    CheckForDuplicates,
    CheckForOldPasswords,
    NotifySecurityByMail,
    NotifySharesByMail,
    NotifySecurityByNotification,
    NotifySharesByNotification,
    NotifyErrorsByNotification,
    ServerSideEncryption,
    ClientSideEncryption,
    SessionLifetime,
    Version,
    BaseUrl,
    BaseUrlWebDav,
    Sharing,
    Resharing,
    AutoComplete,
    SharingTypes,
    PrimaryColor,
    TextColor,
    BackgroundColor,
    BackgroundTheme,
    Logo,
    Label,
    AppIcon,
    FolderIcon,
    Client,
}

Setting name

Variants

PasswordStrength
PasswordContainsNumber
PasswordContainsSpecial
CheckForDuplicates
CheckForOldPasswords
NotifySecurityByMail
NotifySharesByMail
NotifySecurityByNotification
NotifySharesByNotification
NotifyErrorsByNotification
ServerSideEncryption
ClientSideEncryption
SessionLifetime
Version
BaseUrl
BaseUrlWebDav
Sharing
Resharing
AutoComplete
SharingTypes
PrimaryColor
TextColor
BackgroundColor
BackgroundTheme
Label
AppIcon
FolderIcon
Client

Trait Implementations

impl Debug for SettingVariant[src]

impl<'de> Deserialize<'de> for SettingVariant[src]

impl Eq for SettingVariant[src]

impl From<ServerSettings> for SettingVariant[src]

impl From<UserSettings> for SettingVariant[src]

impl FromStr for SettingVariant[src]

type Err = &'static str

The associated error which can be returned from parsing.

impl Hash for SettingVariant[src]

impl PartialEq<SettingVariant> for SettingVariant[src]

impl Serialize for SettingVariant[src]

impl StructuralEq for SettingVariant[src]

impl StructuralPartialEq for SettingVariant[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.