pub struct noncesReturn {
pub _0: U256,
}Expand description
@dev Returns the current nonce for owner. This value must be
included whenever a signature is generated for {permit}.
Every successful call to {permit} increases owner’s nonce by one. This
prevents a signature from being used multiple times.
Container type for the return parameters of the nonces(address) function.
Fields§
§_0: U256Trait Implementations§
Source§impl Clone for noncesReturn
impl Clone for noncesReturn
Source§fn clone(&self) -> noncesReturn
fn clone(&self) -> noncesReturn
Returns a duplicate 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 noncesReturn
impl RefUnwindSafe for noncesReturn
impl Send for noncesReturn
impl Sync for noncesReturn
impl Unpin for noncesReturn
impl UnwindSafe for noncesReturn
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