pub struct MarketplaceLoadingError {
pub error_type: String,
pub message: String,
}Fields§
§error_type: String§message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MarketplaceLoadingError
impl RefUnwindSafe for MarketplaceLoadingError
impl Send for MarketplaceLoadingError
impl Sync for MarketplaceLoadingError
impl Unpin for MarketplaceLoadingError
impl UnsafeUnpin for MarketplaceLoadingError
impl UnwindSafe for MarketplaceLoadingError
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