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