pub enum ManagementApiErrorDetailKind {
Raw(String),
Parsed(Vec<ManagementApiErrorDetail>),
}Variants§
Raw(String)
Parsed(Vec<ManagementApiErrorDetail>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManagementApiErrorDetailKind
impl RefUnwindSafe for ManagementApiErrorDetailKind
impl Send for ManagementApiErrorDetailKind
impl Sync for ManagementApiErrorDetailKind
impl Unpin for ManagementApiErrorDetailKind
impl UnwindSafe for ManagementApiErrorDetailKind
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