pub struct CmaParserEtherTransfer {
pub sender: Address,
pub receiver: Address,
pub amount: U256,
pub exec_layer_data: String,
}Fields§
§sender: Address§receiver: Address§amount: U256§exec_layer_data: StringAuto Trait Implementations§
impl Freeze for CmaParserEtherTransfer
impl RefUnwindSafe for CmaParserEtherTransfer
impl Send for CmaParserEtherTransfer
impl Sync for CmaParserEtherTransfer
impl Unpin for CmaParserEtherTransfer
impl UnwindSafe for CmaParserEtherTransfer
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