pub struct allowanceReturn {
pub _0: U256,
}Expand description
Container type for the return parameters of the allowance(address,address) function.
Fields§
§_0: U256Trait Implementations§
Source§impl Clone for allowanceReturn
impl Clone for allowanceReturn
Source§fn clone(&self) -> allowanceReturn
fn clone(&self) -> allowanceReturn
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 allowanceReturn
impl Debug for allowanceReturn
impl Eq for allowanceReturn
Source§impl PartialEq for allowanceReturn
impl PartialEq for allowanceReturn
Source§fn eq(&self, other: &allowanceReturn) -> bool
fn eq(&self, other: &allowanceReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for allowanceReturn
Auto Trait Implementations§
impl Freeze for allowanceReturn
impl RefUnwindSafe for allowanceReturn
impl Send for allowanceReturn
impl Sync for allowanceReturn
impl Unpin for allowanceReturn
impl UnsafeUnpin 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