pub struct ParseReadEarModeError;
Trait Implementations§
Source§impl Clone for ParseReadEarModeError
impl Clone for ParseReadEarModeError
Source§fn clone(&self) -> ParseReadEarModeError
fn clone(&self) -> ParseReadEarModeError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParseReadEarModeError
impl Debug for ParseReadEarModeError
Source§impl Display for ParseReadEarModeError
impl Display for ParseReadEarModeError
Source§impl Error for ParseReadEarModeError
impl Error for ParseReadEarModeError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ParseReadEarModeError
impl RefUnwindSafe for ParseReadEarModeError
impl Send for ParseReadEarModeError
impl Sync for ParseReadEarModeError
impl Unpin for ParseReadEarModeError
impl UnwindSafe for ParseReadEarModeError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<S, T> IntoSample<S> for Twhere
S: FromSample<T>,
impl<S, T> IntoSample<S> for Twhere
S: FromSample<T>,
Source§fn into_sample(self) -> S
fn into_sample(self) -> S
Convert to
S
a sample type from self
.