pub enum AudioError {
MissingApiKey,
RequestError(Error),
InvalidResponse,
}
Variants§
Trait Implementations§
Source§impl Debug for AudioError
impl Debug for AudioError
Auto Trait Implementations§
impl Freeze for AudioError
impl !RefUnwindSafe for AudioError
impl Send for AudioError
impl Sync for AudioError
impl Unpin for AudioError
impl !UnwindSafe for AudioError
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