pub struct TestError {
pub message: String,
}
Fields§
§message: String
Trait Implementations§
Source§impl From<ConstitutiveError> for TestError
impl From<ConstitutiveError> for TestError
Source§fn from(error: ConstitutiveError) -> Self
fn from(error: ConstitutiveError) -> Self
Converts to this type from the input type.
Source§impl From<OptimizeError> for TestError
impl From<OptimizeError> for TestError
Source§fn from(error: OptimizeError) -> Self
fn from(error: OptimizeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TestError
impl RefUnwindSafe for TestError
impl Send for TestError
impl Sync for TestError
impl Unpin for TestError
impl UnwindSafe for TestError
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