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