pub struct approveReturn {}Expand description
Container type for the return parameters of the approve(address,uint256) function.
Trait Implementations§
Source§impl Clone for approveReturn
impl Clone for approveReturn
Source§fn clone(&self) -> approveReturn
fn clone(&self) -> approveReturn
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 approveReturn
impl Debug for approveReturn
impl Eq for approveReturn
Source§impl PartialEq for approveReturn
impl PartialEq for approveReturn
impl StructuralPartialEq for approveReturn
Auto Trait Implementations§
impl Freeze for approveReturn
impl RefUnwindSafe for approveReturn
impl Send for approveReturn
impl Sync for approveReturn
impl Unpin for approveReturn
impl UnsafeUnpin for approveReturn
impl UnwindSafe for approveReturn
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