pub struct getApprovedReturn {
pub _0: Address,
}Expand description
Container type for the return parameters of the getApproved(uint256) function.
Fields§
§_0: AddressTrait Implementations§
Source§impl Clone for getApprovedReturn
impl Clone for getApprovedReturn
Source§fn clone(&self) -> getApprovedReturn
fn clone(&self) -> getApprovedReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for getApprovedReturn
impl Debug for getApprovedReturn
impl Eq for getApprovedReturn
Source§impl PartialEq for getApprovedReturn
impl PartialEq for getApprovedReturn
impl StructuralPartialEq for getApprovedReturn
Auto Trait Implementations§
impl Freeze for getApprovedReturn
impl RefUnwindSafe for getApprovedReturn
impl Send for getApprovedReturn
impl Sync for getApprovedReturn
impl Unpin for getApprovedReturn
impl UnsafeUnpin for getApprovedReturn
impl UnwindSafe for getApprovedReturn
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