pub struct TryVectorLookupTypeFromInt(/* private fields */);Expand description
The error type for fallible conversions from integers to a VectorLookupType.
Implementations§
Trait Implementations§
Source§impl Debug for TryVectorLookupTypeFromInt
impl Debug for TryVectorLookupTypeFromInt
Source§impl Display for TryVectorLookupTypeFromInt
impl Display for TryVectorLookupTypeFromInt
Source§impl Error for TryVectorLookupTypeFromInt
impl Error for TryVectorLookupTypeFromInt
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()
Source§impl From<TryVectorLookupTypeFromInt> for VorbisOptimizerError
impl From<TryVectorLookupTypeFromInt> for VorbisOptimizerError
Source§fn from(source: TryVectorLookupTypeFromInt) -> Self
fn from(source: TryVectorLookupTypeFromInt) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TryVectorLookupTypeFromInt
impl RefUnwindSafe for TryVectorLookupTypeFromInt
impl Send for TryVectorLookupTypeFromInt
impl Sync for TryVectorLookupTypeFromInt
impl Unpin for TryVectorLookupTypeFromInt
impl UnwindSafe for TryVectorLookupTypeFromInt
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