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