pub struct ErrorResponseBody { /* private fields */ }Implementations§
Source§impl ErrorResponseBody
impl ErrorResponseBody
pub fn fields(&self) -> ErrorFields<'_>
Auto Trait Implementations§
impl !Freeze for ErrorResponseBody
impl RefUnwindSafe for ErrorResponseBody
impl Send for ErrorResponseBody
impl Sync for ErrorResponseBody
impl Unpin for ErrorResponseBody
impl UnsafeUnpin for ErrorResponseBody
impl UnwindSafe for ErrorResponseBody
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