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 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 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
impl StructuralPartialEq for SystemConfigurationResponse
Auto Trait Implementations§
impl Freeze for SystemConfigurationResponse
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