pub enum ProductOSRequestError {
Error(String),
None,
}
Variants§
Trait Implementations§
Source§impl Debug for ProductOSRequestError
impl Debug for ProductOSRequestError
Auto Trait Implementations§
impl Freeze for ProductOSRequestError
impl RefUnwindSafe for ProductOSRequestError
impl Send for ProductOSRequestError
impl Sync for ProductOSRequestError
impl Unpin for ProductOSRequestError
impl UnwindSafe for ProductOSRequestError
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