pub struct ExtensionApiError {
pub code: String,
pub message: String,
pub status: StatusCode,
}Fields§
§code: String§message: String§status: StatusCodeImplementations§
Trait Implementations§
Source§impl Clone for ExtensionApiError
impl Clone for ExtensionApiError
Auto Trait Implementations§
impl Freeze for ExtensionApiError
impl RefUnwindSafe for ExtensionApiError
impl Send for ExtensionApiError
impl Sync for ExtensionApiError
impl Unpin for ExtensionApiError
impl UnsafeUnpin for ExtensionApiError
impl UnwindSafe for ExtensionApiError
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