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