pub struct GetServerSettings200Response {Show 16 fields
pub version: Option<Box<GetServerSettings200ResponseVersion>>,
pub php_settings: Option<Box<GetServerSettings200ResponsePhpSettings>>,
pub gpg_status: Option<String>,
pub proxy_status: Option<String>,
pub zmq_status: Option<i32>,
pub stix: Option<Box<GetServerSettings200ResponseStix>>,
pub module_status: Option<Box<GetServerSettings200ResponseModuleStatus>>,
pub writeable_dirs: Option<Value>,
pub writeable_files: Option<Value>,
pub readable_files: Option<Value>,
pub db_diagnostics: Option<Value>,
pub db_schema_diagnostics: Option<Box<GetServerSettings200ResponseDbSchemaDiagnostics>>,
pub redis_info: Option<Value>,
pub final_settings: Option<Vec<MispSetting>>,
pub extensions: Option<Box<GetServerSettings200ResponseExtensions>>,
pub workers: Option<Box<GetServerSettings200ResponseWorkers>>,
}
Fields§
§version: Option<Box<GetServerSettings200ResponseVersion>>
§php_settings: Option<Box<GetServerSettings200ResponsePhpSettings>>
§gpg_status: Option<String>
§proxy_status: Option<String>
§zmq_status: Option<i32>
§stix: Option<Box<GetServerSettings200ResponseStix>>
§module_status: Option<Box<GetServerSettings200ResponseModuleStatus>>
§writeable_dirs: Option<Value>
§writeable_files: Option<Value>
§readable_files: Option<Value>
§db_diagnostics: Option<Value>
§db_schema_diagnostics: Option<Box<GetServerSettings200ResponseDbSchemaDiagnostics>>
§redis_info: Option<Value>
§final_settings: Option<Vec<MispSetting>>
§extensions: Option<Box<GetServerSettings200ResponseExtensions>>
§workers: Option<Box<GetServerSettings200ResponseWorkers>>
Implementations§
Source§impl GetServerSettings200Response
impl GetServerSettings200Response
pub fn new() -> GetServerSettings200Response
Trait Implementations§
Source§impl Clone for GetServerSettings200Response
impl Clone for GetServerSettings200Response
Source§fn clone(&self) -> GetServerSettings200Response
fn clone(&self) -> GetServerSettings200Response
Returns a duplicate of the value. Read more
1.0.0 · 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 GetServerSettings200Response
impl Debug for GetServerSettings200Response
Source§impl Default for GetServerSettings200Response
impl Default for GetServerSettings200Response
Source§fn default() -> GetServerSettings200Response
fn default() -> GetServerSettings200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetServerSettings200Response
impl<'de> Deserialize<'de> for GetServerSettings200Response
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 GetServerSettings200Response
impl PartialEq for GetServerSettings200Response
Source§fn eq(&self, other: &GetServerSettings200Response) -> bool
fn eq(&self, other: &GetServerSettings200Response) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetServerSettings200Response
Auto Trait Implementations§
impl Freeze for GetServerSettings200Response
impl RefUnwindSafe for GetServerSettings200Response
impl Send for GetServerSettings200Response
impl Sync for GetServerSettings200Response
impl Unpin for GetServerSettings200Response
impl UnwindSafe for GetServerSettings200Response
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