Enum cfx_vm_types::TrapError
source · pub enum TrapError<Call, Create> {
Call(ActionParams, Call),
Create(ActionParams, Create),
}
Variants§
Call(ActionParams, Call)
Create(ActionParams, Create)
Auto Trait Implementations§
impl<Call, Create> RefUnwindSafe for TrapError<Call, Create>where
Call: RefUnwindSafe,
Create: RefUnwindSafe,
impl<Call, Create> Send for TrapError<Call, Create>
impl<Call, Create> Sync for TrapError<Call, Create>
impl<Call, Create> Unpin for TrapError<Call, Create>
impl<Call, Create> UnwindSafe for TrapError<Call, Create>where
Call: UnwindSafe,
Create: UnwindSafe,
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