pub struct Array<T>(/* private fields */);Expand description
Array - T[]
Trait Implementations§
Source§impl<T: EventTopic> EventTopic for Array<T>
impl<T: EventTopic> EventTopic for Array<T>
Source§fn topic_preimage_length(rust: &Self::RustType) -> usize
fn topic_preimage_length(rust: &Self::RustType) -> usize
The number of bytes this type occupies in another topic’s preimage,
usually a multiple of 32. Read more
Source§fn encode_topic_preimage(rust: &Self::RustType, out: &mut Vec<u8>)
fn encode_topic_preimage(rust: &Self::RustType, out: &mut Vec<u8>)
Encodes this type as preimage bytes which are then hashed in
complex types’
encode_topic. Read moreSource§impl<T: SolType> SolType for Array<T>
impl<T: SolType> SolType for Array<T>
Source§const ENCODED_SIZE: Option<usize> = None
const ENCODED_SIZE: Option<usize> = None
The statically-known ABI-encoded size of the type. Read more
Source§const PACKED_ENCODED_SIZE: Option<usize> = None
const PACKED_ENCODED_SIZE: Option<usize> = None
The statically-known Non-standard Packed Mode ABI-encoded size of the type. Read more
Source§type Token<'a> = DynSeqToken<<T as SolType>::Token<'a>>
type Token<'a> = DynSeqToken<<T as SolType>::Token<'a>>
The corresponding ABI token type. Read more
Source§fn valid_token(token: &Self::Token<'_>) -> bool
fn valid_token(token: &Self::Token<'_>) -> bool
Returns
true if the given token can be detokenized with this type.Source§fn detokenize(token: Self::Token<'_>) -> Self::RustType
fn detokenize(token: Self::Token<'_>) -> Self::RustType
Detokenize this type’s value from the given token. Read more
Source§fn abi_encoded_size<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> usize
fn abi_encoded_size<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> usize
Calculate the ABI-encoded size of the data, counting both head and tail
words. For a single-word type this will always be 32.
Source§fn type_check(token: &Self::Token<'_>) -> Result<()>
fn type_check(token: &Self::Token<'_>) -> Result<()>
Returns an error if the given token cannot be detokenized with this
type.
Source§fn tokenize<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Self::Token<'_>
fn tokenize<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Self::Token<'_>
Tokenizes the given value into this type’s token. Read more
Source§fn eip712_data_word<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Word
fn eip712_data_word<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Word
Encode this data according to EIP-712
encodeData rules, and hash it
if necessary. Read moreSource§fn abi_packed_encoded_size<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> usize
fn abi_packed_encoded_size<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> usize
Returns the length of this value when ABI-encoded in Non-standard Packed Mode. Read more
Source§fn abi_encode_packed_to<E: ?Sized + SolTypeValue<Self>>(
rust: &E,
out: &mut Vec<u8>,
)
fn abi_encode_packed_to<E: ?Sized + SolTypeValue<Self>>( rust: &E, out: &mut Vec<u8>, )
Non-standard Packed Mode ABI encoding. Read more
Source§fn abi_encode_packed<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
fn abi_encode_packed<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
Non-standard Packed Mode ABI encoding. Read more
Source§fn abi_encode<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
fn abi_encode<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
Tokenizes and ABI-encodes the given value by wrapping it in a
single-element sequence. Read more
Source§fn abi_encode_params<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
fn abi_encode_params<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
Tokenizes and ABI-encodes the given value as function parameters. Read more
Source§fn abi_encode_sequence<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
fn abi_encode_sequence<E: ?Sized + SolTypeValue<Self>>(rust: &E) -> Vec<u8> ⓘ
Tokenizes and ABI-encodes the given value as a sequence. Read more
Source§fn abi_decode(data: &[u8]) -> Result<Self::RustType>
fn abi_decode(data: &[u8]) -> Result<Self::RustType>
Decodes this type’s value from an ABI blob by interpreting it as a
single-element sequence. Read more
Source§fn abi_decode_validate(data: &[u8]) -> Result<Self::RustType>
fn abi_decode_validate(data: &[u8]) -> Result<Self::RustType>
Decodes this type’s value from an ABI blob by interpreting it as
single-element sequence, with validation. Read more
Source§fn abi_decode_params<'de>(data: &'de [u8]) -> Result<Self::RustType>
fn abi_decode_params<'de>(data: &'de [u8]) -> Result<Self::RustType>
Decodes this type’s value from an ABI blob by interpreting it as
function parameters. Read more
Source§fn abi_decode_params_validate<'de>(data: &'de [u8]) -> Result<Self::RustType>
fn abi_decode_params_validate<'de>(data: &'de [u8]) -> Result<Self::RustType>
Decodes this type’s value from an ABI blob by interpreting it as
function parameters, with validation. Read more
Auto Trait Implementations§
impl<T> Freeze for Array<T>
impl<T> RefUnwindSafe for Array<T>where
T: RefUnwindSafe,
impl<T> Send for Array<T>where
T: Send,
impl<T> Sync for Array<T>where
T: Sync,
impl<T> Unpin for Array<T>where
T: Unpin,
impl<T> UnwindSafe for Array<T>where
T: UnwindSafe,
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes