[][src]Trait eosio::NumBytes

pub trait NumBytes {
    fn num_bytes(&self) -> usize;
}

Count the number of bytes a type is expected to use.

Required methods

fn num_bytes(&self) -> usize

Count the number of bytes a type is expected to use.

Loading content...

Implementations on Foreign Types

impl NumBytes for String[src]

impl<T> NumBytes for Vec<T> where
    T: NumBytes
[src]

impl<T> NumBytes for VecDeque<T> where
    T: NumBytes
[src]

impl<T> NumBytes for PhantomData<T>[src]

impl NumBytes for NonZeroI16[src]

impl NumBytes for NonZeroI32[src]

impl NumBytes for NonZeroI64[src]

impl NumBytes for NonZeroIsize[src]

impl NumBytes for NonZeroU16[src]

impl NumBytes for NonZeroU32[src]

impl NumBytes for NonZeroU64[src]

impl NumBytes for NonZeroU8[src]

impl NumBytes for NonZeroUsize[src]

impl<T> NumBytes for Option<T> where
    T: NumBytes
[src]

Loading content...

Implementors

impl NumBytes for AccountName[src]

impl NumBytes for ActionName[src]

impl NumBytes for Asset[src]

impl NumBytes for BlockId[src]

impl NumBytes for BlockNum[src]

impl NumBytes for BlockSigningAuthority[src]

impl NumBytes for BlockTimestamp[src]

impl NumBytes for BlockchainParameters[src]

impl NumBytes for ChainId[src]

impl NumBytes for Checksum160[src]

impl NumBytes for Checksum256[src]

impl NumBytes for Checksum512[src]

impl NumBytes for ExtendedAsset[src]

impl NumBytes for ExtendedSymbol[src]

impl NumBytes for KeyWeight[src]

impl NumBytes for Name[src]

impl NumBytes for PermissionLevel[src]

impl NumBytes for PermissionName[src]

impl NumBytes for PrivateKey[src]

impl NumBytes for ProducerAuthority[src]

impl NumBytes for ProducerKey[src]

impl NumBytes for ProducerSchedule[src]

impl NumBytes for PublicKey[src]

impl NumBytes for ScopeName[src]

impl NumBytes for Signature[src]

impl NumBytes for SignedInt[src]

impl NumBytes for Symbol[src]

impl NumBytes for SymbolCode[src]

impl NumBytes for TableName[src]

impl NumBytes for TimePoint[src]

impl NumBytes for TimePointSec[src]

impl NumBytes for TransactionExtension[src]

impl NumBytes for TransactionHeader[src]

impl NumBytes for UnsignedInt[src]

impl NumBytes for bool[src]

impl NumBytes for char[src]

impl NumBytes for f32[src]

impl NumBytes for f64[src]

impl NumBytes for i16[src]

impl NumBytes for i32[src]

impl NumBytes for i64[src]

impl NumBytes for isize[src]

impl NumBytes for u8[src]

impl NumBytes for u16[src]

impl NumBytes for u32[src]

impl NumBytes for u64[src]

impl NumBytes for usize[src]

impl<'_, T> NumBytes for &'_ [T] where
    T: NumBytes
[src]

impl<'a, '_> NumBytes for &'_ str[src]

impl<A: NumBytes> NumBytes for (A,)[src]

impl<A: NumBytes, B: NumBytes> NumBytes for (A, B)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes> NumBytes for (A, B, C)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes> NumBytes for (A, B, C, D)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes> NumBytes for (A, B, C, D, E)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes> NumBytes for (A, B, C, D, E, F)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes> NumBytes for (A, B, C, D, E, F, G)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes> NumBytes for (A, B, C, D, E, F, G, H)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes, K: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J, K)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes, K: NumBytes, L: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J, K, L)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes, K: NumBytes, L: NumBytes, M: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J, K, L, M)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes, K: NumBytes, L: NumBytes, M: NumBytes, N: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes, K: NumBytes, L: NumBytes, M: NumBytes, N: NumBytes, O: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes, K: NumBytes, L: NumBytes, M: NumBytes, N: NumBytes, O: NumBytes, P: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)[src]

impl<A: NumBytes, B: NumBytes, C: NumBytes, D: NumBytes, E: NumBytes, F: NumBytes, G: NumBytes, H: NumBytes, I: NumBytes, J: NumBytes, K: NumBytes, L: NumBytes, M: NumBytes, N: NumBytes, O: NumBytes, P: NumBytes, Q: NumBytes> NumBytes for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)[src]

impl<T> NumBytes for BinaryExtension<T> where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 1] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 2] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 3] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 4] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 5] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 6] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 7] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 8] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 9] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 10] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 11] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 12] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 13] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 14] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 15] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 16] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 17] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 18] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 19] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 20] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 21] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 22] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 23] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 24] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 25] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 26] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 27] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 28] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 29] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 30] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 31] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 32] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 33] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 34] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 35] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 36] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 37] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 38] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 39] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 40] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 41] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 42] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 43] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 44] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 45] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 46] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 47] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 48] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 49] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 50] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 51] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 52] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 53] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 54] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 55] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 56] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 57] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 58] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 59] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 60] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 61] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 62] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 63] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 64] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 65] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 66] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 67] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 68] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 69] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 70] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 71] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 72] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 73] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 74] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 75] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 76] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 77] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 78] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 79] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 80] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 81] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 82] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 83] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 84] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 85] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 86] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 87] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 88] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 89] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 90] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 91] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 92] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 93] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 94] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 95] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 96] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 97] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 98] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 99] where
    T: NumBytes
[src]

impl<T> NumBytes for [T; 100] where
    T: NumBytes
[src]

impl<T: NumBytes> NumBytes for Action<T>[src]

impl<T: Default + Clone + NumBytes> NumBytes for Transaction<T>[src]

Loading content...