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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
impl StructuralPartialEq for SystemConfigurationRequest
Auto Trait Implementations§
impl Freeze for SystemConfigurationRequest
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