Struct alloy_sol_types::sol_data::ByteCount
source · pub struct ByteCount<const N: usize>;
Expand description
Specifies the number of bytes in a FixedBytes
array as a type.
Trait Implementations§
source§impl SupportedFixedBytes for ByteCount<1>
impl SupportedFixedBytes for ByteCount<1>
source§impl SupportedFixedBytes for ByteCount<10>
impl SupportedFixedBytes for ByteCount<10>
source§impl SupportedFixedBytes for ByteCount<11>
impl SupportedFixedBytes for ByteCount<11>
source§impl SupportedFixedBytes for ByteCount<12>
impl SupportedFixedBytes for ByteCount<12>
source§impl SupportedFixedBytes for ByteCount<13>
impl SupportedFixedBytes for ByteCount<13>
source§impl SupportedFixedBytes for ByteCount<14>
impl SupportedFixedBytes for ByteCount<14>
source§impl SupportedFixedBytes for ByteCount<15>
impl SupportedFixedBytes for ByteCount<15>
source§impl SupportedFixedBytes for ByteCount<16>
impl SupportedFixedBytes for ByteCount<16>
source§impl SupportedFixedBytes for ByteCount<17>
impl SupportedFixedBytes for ByteCount<17>
source§impl SupportedFixedBytes for ByteCount<18>
impl SupportedFixedBytes for ByteCount<18>
source§impl SupportedFixedBytes for ByteCount<19>
impl SupportedFixedBytes for ByteCount<19>
source§impl SupportedFixedBytes for ByteCount<2>
impl SupportedFixedBytes for ByteCount<2>
source§impl SupportedFixedBytes for ByteCount<20>
impl SupportedFixedBytes for ByteCount<20>
source§impl SupportedFixedBytes for ByteCount<21>
impl SupportedFixedBytes for ByteCount<21>
source§impl SupportedFixedBytes for ByteCount<22>
impl SupportedFixedBytes for ByteCount<22>
source§impl SupportedFixedBytes for ByteCount<23>
impl SupportedFixedBytes for ByteCount<23>
source§impl SupportedFixedBytes for ByteCount<24>
impl SupportedFixedBytes for ByteCount<24>
source§impl SupportedFixedBytes for ByteCount<25>
impl SupportedFixedBytes for ByteCount<25>
source§impl SupportedFixedBytes for ByteCount<26>
impl SupportedFixedBytes for ByteCount<26>
source§impl SupportedFixedBytes for ByteCount<27>
impl SupportedFixedBytes for ByteCount<27>
source§impl SupportedFixedBytes for ByteCount<28>
impl SupportedFixedBytes for ByteCount<28>
source§impl SupportedFixedBytes for ByteCount<29>
impl SupportedFixedBytes for ByteCount<29>
source§impl SupportedFixedBytes for ByteCount<3>
impl SupportedFixedBytes for ByteCount<3>
source§impl SupportedFixedBytes for ByteCount<30>
impl SupportedFixedBytes for ByteCount<30>
source§impl SupportedFixedBytes for ByteCount<31>
impl SupportedFixedBytes for ByteCount<31>
source§impl SupportedFixedBytes for ByteCount<32>
impl SupportedFixedBytes for ByteCount<32>
source§impl SupportedFixedBytes for ByteCount<4>
impl SupportedFixedBytes for ByteCount<4>
source§impl SupportedFixedBytes for ByteCount<5>
impl SupportedFixedBytes for ByteCount<5>
source§impl SupportedFixedBytes for ByteCount<6>
impl SupportedFixedBytes for ByteCount<6>
source§impl SupportedFixedBytes for ByteCount<7>
impl SupportedFixedBytes for ByteCount<7>
source§impl SupportedFixedBytes for ByteCount<8>
impl SupportedFixedBytes for ByteCount<8>
Auto Trait Implementations§
impl<const N: usize> Freeze for ByteCount<N>
impl<const N: usize> RefUnwindSafe for ByteCount<N>
impl<const N: usize> Send for ByteCount<N>
impl<const N: usize> Sync for ByteCount<N>
impl<const N: usize> Unpin for ByteCount<N>
impl<const N: usize> UnwindSafe for ByteCount<N>
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