pub struct CmaParserEtherDeposit {
pub sender: Address,
pub amount: U256,
pub exec_layer_data: Bytes,
}Fields§
§sender: Address§amount: U256§exec_layer_data: BytesTrait Implementations§
Source§impl Clone for CmaParserEtherDeposit
impl Clone for CmaParserEtherDeposit
Source§fn clone(&self) -> CmaParserEtherDeposit
fn clone(&self) -> CmaParserEtherDeposit
Returns a duplicate 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 CmaParserEtherDeposit
impl Debug for CmaParserEtherDeposit
Source§impl PartialEq for CmaParserEtherDeposit
impl PartialEq for CmaParserEtherDeposit
impl Eq for CmaParserEtherDeposit
impl StructuralPartialEq for CmaParserEtherDeposit
Auto Trait Implementations§
impl !Freeze for CmaParserEtherDeposit
impl RefUnwindSafe for CmaParserEtherDeposit
impl Send for CmaParserEtherDeposit
impl Sync for CmaParserEtherDeposit
impl Unpin for CmaParserEtherDeposit
impl UnwindSafe for CmaParserEtherDeposit
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