Struct odra_modules::erc721::events::Approval
source · pub struct Approval {
pub owner: Address,
pub approved: Option<Address>,
pub token_id: U256,
}Expand description
Emitted when the owner approves approved to operate on the token_id token.
Fields§
§owner: Address§approved: Option<Address>§token_id: U256Trait Implementations§
source§impl BorshDeserialize for Approval
impl BorshDeserialize for Approval
source§impl BorshSerialize for Approval
impl BorshSerialize for Approval
Auto Trait Implementations§
impl Freeze for Approval
impl RefUnwindSafe for Approval
impl Send for Approval
impl Sync for Approval
impl Unpin for Approval
impl UnwindSafe for Approval
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