pub struct ServerFeaturesDto {Show 14 fields
pub config_file: bool,
pub duplicate_detection: bool,
pub email: bool,
pub facial_recognition: bool,
pub import_faces: bool,
pub map: bool,
pub oauth: bool,
pub oauth_auto_launch: bool,
pub password_login: bool,
pub reverse_geocoding: bool,
pub search: bool,
pub sidecar: bool,
pub smart_search: bool,
pub trash: bool,
}Fields§
§config_file: bool§duplicate_detection: bool§email: bool§facial_recognition: bool§import_faces: bool§map: bool§oauth: bool§oauth_auto_launch: bool§password_login: bool§reverse_geocoding: bool§search: bool§sidecar: bool§smart_search: bool§trash: boolImplementations§
Source§impl ServerFeaturesDto
impl ServerFeaturesDto
pub fn new( config_file: bool, duplicate_detection: bool, email: bool, facial_recognition: bool, import_faces: bool, map: bool, oauth: bool, oauth_auto_launch: bool, password_login: bool, reverse_geocoding: bool, search: bool, sidecar: bool, smart_search: bool, trash: bool, ) -> ServerFeaturesDto
Trait Implementations§
Source§impl Clone for ServerFeaturesDto
impl Clone for ServerFeaturesDto
Source§fn clone(&self) -> ServerFeaturesDto
fn clone(&self) -> ServerFeaturesDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServerFeaturesDto
impl Debug for ServerFeaturesDto
Source§impl Default for ServerFeaturesDto
impl Default for ServerFeaturesDto
Source§fn default() -> ServerFeaturesDto
fn default() -> ServerFeaturesDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServerFeaturesDto
impl<'de> Deserialize<'de> for ServerFeaturesDto
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 PartialEq for ServerFeaturesDto
impl PartialEq for ServerFeaturesDto
Source§impl Serialize for ServerFeaturesDto
impl Serialize for ServerFeaturesDto
impl StructuralPartialEq for ServerFeaturesDto
Auto Trait Implementations§
impl Freeze for ServerFeaturesDto
impl RefUnwindSafe for ServerFeaturesDto
impl Send for ServerFeaturesDto
impl Sync for ServerFeaturesDto
impl Unpin for ServerFeaturesDto
impl UnsafeUnpin for ServerFeaturesDto
impl UnwindSafe for ServerFeaturesDto
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