pub struct ServiceSettingSettingPostResultApiResponse {
pub code: Option<i32>,
pub data: Option<Box<ServiceSettingSettingPostResult>>,
pub error: Option<Option<String>>,
}Fields§
§code: Option<i32>状态码
data: Option<Box<ServiceSettingSettingPostResult>>§error: Option<Option<String>>错误信息
Implementations§
Trait Implementations§
Source§impl Clone for ServiceSettingSettingPostResultApiResponse
impl Clone for ServiceSettingSettingPostResultApiResponse
Source§fn clone(&self) -> ServiceSettingSettingPostResultApiResponse
fn clone(&self) -> ServiceSettingSettingPostResultApiResponse
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 Default for ServiceSettingSettingPostResultApiResponse
impl Default for ServiceSettingSettingPostResultApiResponse
Source§fn default() -> ServiceSettingSettingPostResultApiResponse
fn default() -> ServiceSettingSettingPostResultApiResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceSettingSettingPostResultApiResponse
impl<'de> Deserialize<'de> for ServiceSettingSettingPostResultApiResponse
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 ServiceSettingSettingPostResultApiResponse
impl PartialEq for ServiceSettingSettingPostResultApiResponse
Source§fn eq(&self, other: &ServiceSettingSettingPostResultApiResponse) -> bool
fn eq(&self, other: &ServiceSettingSettingPostResultApiResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceSettingSettingPostResultApiResponse
Auto Trait Implementations§
impl Freeze for ServiceSettingSettingPostResultApiResponse
impl RefUnwindSafe for ServiceSettingSettingPostResultApiResponse
impl Send for ServiceSettingSettingPostResultApiResponse
impl Sync for ServiceSettingSettingPostResultApiResponse
impl Unpin for ServiceSettingSettingPostResultApiResponse
impl UnwindSafe for ServiceSettingSettingPostResultApiResponse
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