pub struct SettingResponse {
pub data: Value,
}Expand description
Represents the response structure for setting-related data.
This struct is used to deserialize JSON responses containing setting-related information.
Fields§
§data: ValueTrait Implementations§
Source§impl Debug for SettingResponse
impl Debug for SettingResponse
Source§impl<'de> Deserialize<'de> for SettingResponse
impl<'de> Deserialize<'de> for SettingResponse
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
Auto Trait Implementations§
impl Freeze for SettingResponse
impl RefUnwindSafe for SettingResponse
impl Send for SettingResponse
impl Sync for SettingResponse
impl Unpin for SettingResponse
impl UnwindSafe for SettingResponse
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