Struct odra_modules::erc20::events::Transfer
source · pub struct Transfer {
pub from: Option<Address>,
pub to: Option<Address>,
pub amount: U256,
}Fields§
§from: Option<Address>§to: Option<Address>§amount: U256Trait Implementations§
source§impl BorshDeserialize for Transfer
impl BorshDeserialize for Transfer
source§impl BorshSerialize for Transfer
impl BorshSerialize for Transfer
source§impl PartialEq for Transfer
impl PartialEq for Transfer
impl Eq for Transfer
impl StructuralPartialEq for Transfer
Auto Trait Implementations§
impl Freeze for Transfer
impl RefUnwindSafe for Transfer
impl Send for Transfer
impl Sync for Transfer
impl Unpin for Transfer
impl UnwindSafe for Transfer
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