pub struct Aggregate3ValueReturn {
pub return_data: Vec<Result>,
}Available on crate feature
abigen only.Expand description
Container type for all return fields from the aggregate3Value function with signature aggregate3Value((address,bool,uint256,bytes)[]) and selector 0x174dea71
Fields§
§return_data: Vec<Result>Trait Implementations§
source§impl AbiDecode for Aggregate3ValueReturn
impl AbiDecode for Aggregate3ValueReturn
source§impl AbiEncode for Aggregate3ValueReturn
impl AbiEncode for Aggregate3ValueReturn
source§impl AbiType for Aggregate3ValueReturn
impl AbiType for Aggregate3ValueReturn
source§fn param_type() -> ParamType
fn param_type() -> ParamType
The native ABI type this type represents.
source§fn minimum_size() -> usize
fn minimum_size() -> usize
A hint of the minimum number of bytes this type takes up in the ABI.
source§impl Clone for Aggregate3ValueReturn
impl Clone for Aggregate3ValueReturn
source§fn clone(&self) -> Aggregate3ValueReturn
fn clone(&self) -> Aggregate3ValueReturn
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 moresource§impl Debug for Aggregate3ValueReturn
impl Debug for Aggregate3ValueReturn
source§impl Default for Aggregate3ValueReturn
impl Default for Aggregate3ValueReturn
source§fn default() -> Aggregate3ValueReturn
fn default() -> Aggregate3ValueReturn
Returns the “default value” for a type. Read more
source§impl Hash for Aggregate3ValueReturn
impl Hash for Aggregate3ValueReturn
source§impl PartialEq for Aggregate3ValueReturn
impl PartialEq for Aggregate3ValueReturn
source§fn eq(&self, other: &Aggregate3ValueReturn) -> bool
fn eq(&self, other: &Aggregate3ValueReturn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Tokenizable for Aggregate3ValueReturnwhere
Vec<Result>: Tokenize,
impl Tokenizable for Aggregate3ValueReturnwhere Vec<Result>: Tokenize,
source§fn from_token(token: Token) -> Result<Self, InvalidOutputType>
fn from_token(token: Token) -> Result<Self, InvalidOutputType>
Converts a
Token into expected type.source§fn into_token(self) -> Token
fn into_token(self) -> Token
Converts a specified type back into token.
impl AbiArrayType for Aggregate3ValueReturn
impl Eq for Aggregate3ValueReturn
impl StructuralEq for Aggregate3ValueReturn
impl StructuralPartialEq for Aggregate3ValueReturn
impl TokenizableItem for Aggregate3ValueReturnwhere Vec<Result>: Tokenize,
Auto Trait Implementations§
impl RefUnwindSafe for Aggregate3ValueReturn
impl Send for Aggregate3ValueReturn
impl Sync for Aggregate3ValueReturn
impl Unpin for Aggregate3ValueReturn
impl UnwindSafe for Aggregate3ValueReturn
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
source§impl<T> Detokenize for Twhere
T: Tokenizable,
impl<T> Detokenize for Twhere T: Tokenizable,
source§fn from_tokens(tokens: Vec<Token>) -> Result<T, InvalidOutputType>
fn from_tokens(tokens: Vec<Token>) -> Result<T, InvalidOutputType>
Creates a new instance from parsed ABI tokens.
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Tokenize for Twhere
T: Tokenizable,
impl<T> Tokenize for Twhere T: Tokenizable,
source§fn into_tokens(self) -> Vec<Token>
fn into_tokens(self) -> Vec<Token>
Converts
self into a Vec<Token>.