pub struct SettingsResponse {
pub settings: Settings,
}Expand description
Response envelope for the settings endpoint.
Fields§
§settings: SettingsSite settings.
Trait Implementations§
Source§impl Debug for SettingsResponse
impl Debug for SettingsResponse
Source§impl<'de> Deserialize<'de> for SettingsResponse
impl<'de> Deserialize<'de> for SettingsResponse
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 SettingsResponse
impl RefUnwindSafe for SettingsResponse
impl Send for SettingsResponse
impl Sync for SettingsResponse
impl Unpin for SettingsResponse
impl UnsafeUnpin for SettingsResponse
impl UnwindSafe for SettingsResponse
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