Struct cfx_rpc_cfx_types::trace::InternalTransferAction
source · pub struct InternalTransferAction {
pub from: RpcAddress,
pub from_pocket: String,
pub from_space: String,
pub to: RpcAddress,
pub to_pocket: String,
pub to_space: String,
pub value: U256,
}
Fields§
§from: RpcAddress
§from_pocket: String
§from_space: String
§to: RpcAddress
§to_pocket: String
§to_space: String
§value: U256
Trait Implementations§
source§impl Clone for InternalTransferAction
impl Clone for InternalTransferAction
source§fn clone(&self) -> InternalTransferAction
fn clone(&self) -> InternalTransferAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InternalTransferAction
impl Debug for InternalTransferAction
source§impl PartialEq for InternalTransferAction
impl PartialEq for InternalTransferAction
source§fn eq(&self, other: &InternalTransferAction) -> bool
fn eq(&self, other: &InternalTransferAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InternalTransferAction
impl Serialize for InternalTransferAction
impl StructuralPartialEq for InternalTransferAction
Auto Trait Implementations§
impl RefUnwindSafe for InternalTransferAction
impl Send for InternalTransferAction
impl Sync for InternalTransferAction
impl Unpin for InternalTransferAction
impl UnwindSafe for InternalTransferAction
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