pub enum GetUserConfigurationResponse {
Status200_ResponseIsTheEntireResponseFromTheConfigServer(ConfigResponseBody),
}Variants§
Status200_ResponseIsTheEntireResponseFromTheConfigServer(ConfigResponseBody)
Response is the entire response from the config server
Trait Implementations§
Source§impl Debug for GetUserConfigurationResponse
impl Debug for GetUserConfigurationResponse
Source§impl<'de> Deserialize<'de> for GetUserConfigurationResponse
impl<'de> Deserialize<'de> for GetUserConfigurationResponse
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 GetUserConfigurationResponse
impl PartialEq for GetUserConfigurationResponse
Source§fn eq(&self, other: &GetUserConfigurationResponse) -> bool
fn eq(&self, other: &GetUserConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetUserConfigurationResponse
Auto Trait Implementations§
impl Freeze for GetUserConfigurationResponse
impl RefUnwindSafe for GetUserConfigurationResponse
impl Send for GetUserConfigurationResponse
impl Sync for GetUserConfigurationResponse
impl Unpin for GetUserConfigurationResponse
impl UnwindSafe for GetUserConfigurationResponse
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