Enum cfx_rpc_eth_types::Res
source · pub enum Res {
Call(CallResult),
Create(CreateResult),
FailedCall(TraceError),
FailedCreate(TraceError),
None,
}
Expand description
Response
Variants§
Call(CallResult)
Call
Create(CreateResult)
Create
FailedCall(TraceError)
Call failure
FailedCreate(TraceError)
Creation failure
None
None
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Res
impl Send for Res
impl Sync for Res
impl Unpin for Res
impl UnwindSafe for Res
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