pub struct ClientSessionWarningsApiResponse {
pub code: Option<String>,
pub message: Option<String>,
pub type_: Option<String>,
}
Fields§
§code: Option<String>
A unique code describing the particular issue
message: Option<String>
More information as to the reason for the warning
type_: Option<String>
The type of the connection involved
Trait Implementations§
Source§impl Default for ClientSessionWarningsApiResponse
impl Default for ClientSessionWarningsApiResponse
Source§fn default() -> ClientSessionWarningsApiResponse
fn default() -> ClientSessionWarningsApiResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientSessionWarningsApiResponse
impl<'de> Deserialize<'de> for ClientSessionWarningsApiResponse
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 ClientSessionWarningsApiResponse
impl RefUnwindSafe for ClientSessionWarningsApiResponse
impl Send for ClientSessionWarningsApiResponse
impl Sync for ClientSessionWarningsApiResponse
impl Unpin for ClientSessionWarningsApiResponse
impl UnwindSafe for ClientSessionWarningsApiResponse
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