[][src]Enum nextcloud_passwords_client::settings::ServerSettings

pub enum ServerSettings {
    Version,
    BaseUrl,
    BaseUrlWebDav,
    Sharing,
    Resharing,
    AutoComplete,
    SharingTypes,
    PrimaryColor,
    TextColor,
    BackgroundColor,
    BackgroundTheme,
    Logo,
    Label,
    AppIcon,
    FolderIcon,
}

Server Setting Names

Variants

Version
BaseUrl
BaseUrlWebDav
Sharing
Resharing
AutoComplete
SharingTypes
PrimaryColor
TextColor
BackgroundColor
BackgroundTheme
Label
AppIcon
FolderIcon

Trait Implementations

impl Debug for ServerSettings[src]

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

impl Eq for ServerSettings[src]

impl From<ServerSettings> for SettingVariant[src]

impl FromStr for ServerSettings[src]

type Err = &'static str

The associated error which can be returned from parsing.

impl Hash for ServerSettings[src]

impl PartialEq<ServerSettings> for ServerSettings[src]

impl Serialize for ServerSettings[src]

impl Setting for ServerSettings[src]

impl StructuralEq for ServerSettings[src]

impl StructuralPartialEq for ServerSettings[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.