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