pub struct allowanceReturn {
pub _0: U256,
}
Expand description
@dev Returns the remaining number of tokens that spender
will be
allowed to spend on behalf of owner
through {transferFrom}. This is
zero by default.
This value changes when {approve} or {transferFrom} are called.
Container type for the return parameters of the allowance(address,address)
function.
Fields§
§_0: U256
Trait Implementations§
Source§impl Clone for allowanceReturn
impl Clone for allowanceReturn
Source§fn clone(&self) -> allowanceReturn
fn clone(&self) -> allowanceReturn
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for allowanceReturn
impl RefUnwindSafe for allowanceReturn
impl Send for allowanceReturn
impl Sync for allowanceReturn
impl Unpin for allowanceReturn
impl UnwindSafe for allowanceReturn
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