pub struct GetCurrentBlockTimestampCall;
Available on crate feature
abigen
only.Expand description
Container type for all input parameters for the getCurrentBlockTimestamp
function with signature getCurrentBlockTimestamp()
and selector 0x0f28c97d
Trait Implementations§
source§impl Clone for GetCurrentBlockTimestampCall
impl Clone for GetCurrentBlockTimestampCall
source§fn clone(&self) -> GetCurrentBlockTimestampCall
fn clone(&self) -> GetCurrentBlockTimestampCall
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 GetCurrentBlockTimestampCall
impl Debug for GetCurrentBlockTimestampCall
source§impl Default for GetCurrentBlockTimestampCall
impl Default for GetCurrentBlockTimestampCall
source§fn default() -> GetCurrentBlockTimestampCall
fn default() -> GetCurrentBlockTimestampCall
Returns the “default value” for a type. Read more
source§impl From<GetCurrentBlockTimestampCall> for Multicall3Calls
impl From<GetCurrentBlockTimestampCall> for Multicall3Calls
source§fn from(value: GetCurrentBlockTimestampCall) -> Self
fn from(value: GetCurrentBlockTimestampCall) -> Self
Converts to this type from the input type.
source§impl Hash for GetCurrentBlockTimestampCall
impl Hash for GetCurrentBlockTimestampCall
source§impl PartialEq for GetCurrentBlockTimestampCall
impl PartialEq for GetCurrentBlockTimestampCall
source§fn eq(&self, other: &GetCurrentBlockTimestampCall) -> bool
fn eq(&self, other: &GetCurrentBlockTimestampCall) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Tokenizable for GetCurrentBlockTimestampCall
impl Tokenizable for GetCurrentBlockTimestampCall
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 Eq for GetCurrentBlockTimestampCall
impl StructuralPartialEq for GetCurrentBlockTimestampCall
impl TokenizableItem for GetCurrentBlockTimestampCall
Auto Trait Implementations§
impl RefUnwindSafe for GetCurrentBlockTimestampCall
impl Send for GetCurrentBlockTimestampCall
impl Sync for GetCurrentBlockTimestampCall
impl Unpin for GetCurrentBlockTimestampCall
impl UnwindSafe for GetCurrentBlockTimestampCall
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.
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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> 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>
.