Struct fusionauth_rust_client::models::system_configuration_response::SystemConfigurationResponse
source · pub struct SystemConfigurationResponse {
pub system_configuration: Option<Box<SystemConfiguration>>,
}
Expand description
SystemConfigurationResponse : Response for the system configuration API.
Fields§
§system_configuration: Option<Box<SystemConfiguration>>
Implementations§
source§impl SystemConfigurationResponse
impl SystemConfigurationResponse
sourcepub fn new() -> SystemConfigurationResponse
pub fn new() -> SystemConfigurationResponse
Response for the system configuration API.
Trait Implementations§
source§impl Clone for SystemConfigurationResponse
impl Clone for SystemConfigurationResponse
source§fn clone(&self) -> SystemConfigurationResponse
fn clone(&self) -> SystemConfigurationResponse
Returns a copy 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 SystemConfigurationResponse
impl Debug for SystemConfigurationResponse
source§impl Default for SystemConfigurationResponse
impl Default for SystemConfigurationResponse
source§fn default() -> SystemConfigurationResponse
fn default() -> SystemConfigurationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SystemConfigurationResponse
impl<'de> Deserialize<'de> for SystemConfigurationResponse
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 SystemConfigurationResponse
impl PartialEq for SystemConfigurationResponse
source§fn eq(&self, other: &SystemConfigurationResponse) -> bool
fn eq(&self, other: &SystemConfigurationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SystemConfigurationResponse
Auto Trait Implementations§
impl RefUnwindSafe for SystemConfigurationResponse
impl Send for SystemConfigurationResponse
impl Sync for SystemConfigurationResponse
impl Unpin for SystemConfigurationResponse
impl UnwindSafe for SystemConfigurationResponse
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