[][src]Module nextcloud_passwords_client::settings

Data types, helpers and builders to interact with the settings API. Check SettingsApi for the available actions. You can also check the HTTP API

Structs

AllSettings

The value of all settings

ClientSettings

An arbitrary client setting

SettingReset
Settings

Set the values of settings

SettingsApi

Settings API methods

SettingsBuilder

Structure to query multiple settings, see get_multiple

SettingsFetcher

Fetch a single setting

Enums

ParseError
ServerSettingValue

Server Setting Values

ServerSettings

Server Setting Names

SettingValue

The value of a Setting

SettingVariant

Setting name

UserSettingValue

User Setting Values

UserSettings

User Setting names

Constants

SERVER_SETTING_NAMES

The name of server settings

SETTINGS_NAMES

The names of all the settings

USER_SETTING_NAMES

The names of user settings

Traits

Setting

Represent a way to map the settings enums to nextcloud passwords setting names

WritableSetting

What settings are writable by the API