Struct function_compose::FnError
source · pub struct FnError {
pub underlying_error: Option<Box<dyn Error + Send>>,
pub error_code: Option<String>,
pub description: Option<String>,
}
Fields§
§underlying_error: Option<Box<dyn Error + Send>>
§error_code: Option<String>
§description: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnError
impl !RefUnwindSafe for FnError
impl Send for FnError
impl !Sync for FnError
impl Unpin for FnError
impl !UnwindSafe for FnError
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