Struct odra_modules::erc721::events::Transfer
source · pub struct Transfer {
pub from: Option<Address>,
pub to: Option<Address>,
pub token_id: U256,
}Expand description
Emitted when the token_id token is transferred (also minted or burned).
Fields§
§from: Option<Address>§to: Option<Address>§token_id: U256Trait Implementations§
source§impl BorshDeserialize for Transfer
impl BorshDeserialize for Transfer
source§impl BorshSerialize for Transfer
impl BorshSerialize 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