pub enum IPTMResultError {
DeserializingError(Error),
APIRequestError(Error),
}Variants§
Auto Trait Implementations§
impl Freeze for IPTMResultError
impl !RefUnwindSafe for IPTMResultError
impl Send for IPTMResultError
impl Sync for IPTMResultError
impl Unpin for IPTMResultError
impl !UnwindSafe for IPTMResultError
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