pub enum ServerSettings {
Show 15 variants
Version,
BaseUrl,
BaseUrlWebDav,
Sharing,
Resharing,
AutoComplete,
SharingTypes,
PrimaryColor,
TextColor,
BackgroundColor,
BackgroundTheme,
Logo,
Label,
AppIcon,
FolderIcon,
}
Expand description
Server Setting Names
Variants§
Version
BaseUrl
BaseUrlWebDav
Sharing
Resharing
AutoComplete
SharingTypes
PrimaryColor
TextColor
BackgroundColor
BackgroundTheme
Logo
Label
AppIcon
FolderIcon
Trait Implementations§
Source§impl Debug for ServerSettings
impl Debug for ServerSettings
Source§impl<'de> Deserialize<'de> for ServerSettings
impl<'de> Deserialize<'de> for ServerSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ServerSettings> for SettingVariant
impl From<ServerSettings> for SettingVariant
Source§fn from(value: ServerSettings) -> Self
fn from(value: ServerSettings) -> Self
Converts to this type from the input type.
Source§impl FromStr for ServerSettings
impl FromStr for ServerSettings
Source§impl Hash for ServerSettings
impl Hash for ServerSettings
Source§impl PartialEq for ServerSettings
impl PartialEq for ServerSettings
Source§impl Serialize for ServerSettings
impl Serialize for ServerSettings
impl Eq for ServerSettings
impl StructuralPartialEq for ServerSettings
Auto Trait Implementations§
impl Freeze for ServerSettings
impl RefUnwindSafe for ServerSettings
impl Send for ServerSettings
impl Sync for ServerSettings
impl Unpin for ServerSettings
impl UnwindSafe for ServerSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.