pub enum AutotuneError {
Unknown(String),
}
Expand description
Error from running autotune.
Variants§
Trait Implementations§
Source§impl Debug for AutotuneError
impl Debug for AutotuneError
Source§impl From<String> for AutotuneError
impl From<String> for AutotuneError
Source§fn from(value: String) -> AutotuneError
fn from(value: String) -> AutotuneError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AutotuneError
impl RefUnwindSafe for AutotuneError
impl Send for AutotuneError
impl Sync for AutotuneError
impl Unpin for AutotuneError
impl UnwindSafe for AutotuneError
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