pub struct ManagementApiErrorDetail {
pub message: String,
pub kind: String,
}Fields§
§message: String§kind: StringTrait Implementations§
Source§impl Debug for ManagementApiErrorDetail
impl Debug for ManagementApiErrorDetail
Source§impl<'de> Deserialize<'de> for ManagementApiErrorDetail
impl<'de> Deserialize<'de> for ManagementApiErrorDetail
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 ManagementApiErrorDetail
impl RefUnwindSafe for ManagementApiErrorDetail
impl Send for ManagementApiErrorDetail
impl Sync for ManagementApiErrorDetail
impl Unpin for ManagementApiErrorDetail
impl UnwindSafe for ManagementApiErrorDetail
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