pub enum GetDeprecatedErrorBody {
Unauthorized(Problem),
NotFound(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetDeprecatedErrorBody
impl RefUnwindSafe for GetDeprecatedErrorBody
impl Send for GetDeprecatedErrorBody
impl Sync for GetDeprecatedErrorBody
impl Unpin for GetDeprecatedErrorBody
impl UnsafeUnpin for GetDeprecatedErrorBody
impl UnwindSafe for GetDeprecatedErrorBody
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