pub struct Byte32Builder(_);

Implementations§

source§

impl Byte32Builder

source

pub const TOTAL_SIZE: usize = 32usize

source

pub const ITEM_SIZE: usize = 1usize

source

pub const ITEM_COUNT: usize = 32usize

source

pub fn set(self, v: [Byte; 32]) -> Self

source

pub fn nth0(self, v: Byte) -> Self

source

pub fn nth1(self, v: Byte) -> Self

source

pub fn nth2(self, v: Byte) -> Self

source

pub fn nth3(self, v: Byte) -> Self

source

pub fn nth4(self, v: Byte) -> Self

source

pub fn nth5(self, v: Byte) -> Self

source

pub fn nth6(self, v: Byte) -> Self

source

pub fn nth7(self, v: Byte) -> Self

source

pub fn nth8(self, v: Byte) -> Self

source

pub fn nth9(self, v: Byte) -> Self

source

pub fn nth10(self, v: Byte) -> Self

source

pub fn nth11(self, v: Byte) -> Self

source

pub fn nth12(self, v: Byte) -> Self

source

pub fn nth13(self, v: Byte) -> Self

source

pub fn nth14(self, v: Byte) -> Self

source

pub fn nth15(self, v: Byte) -> Self

source

pub fn nth16(self, v: Byte) -> Self

source

pub fn nth17(self, v: Byte) -> Self

source

pub fn nth18(self, v: Byte) -> Self

source

pub fn nth19(self, v: Byte) -> Self

source

pub fn nth20(self, v: Byte) -> Self

source

pub fn nth21(self, v: Byte) -> Self

source

pub fn nth22(self, v: Byte) -> Self

source

pub fn nth23(self, v: Byte) -> Self

source

pub fn nth24(self, v: Byte) -> Self

source

pub fn nth25(self, v: Byte) -> Self

source

pub fn nth26(self, v: Byte) -> Self

source

pub fn nth27(self, v: Byte) -> Self

source

pub fn nth28(self, v: Byte) -> Self

source

pub fn nth29(self, v: Byte) -> Self

source

pub fn nth30(self, v: Byte) -> Self

source

pub fn nth31(self, v: Byte) -> Self

Trait Implementations§

source§

impl Builder for Byte32Builder

§

type Entity = Byte32

source§

const NAME: &'static str = "Byte32Builder"

source§

fn expected_length(&self) -> usize

source§

fn write<W: Write>(&self, writer: &mut W) -> Result<()>

source§

fn build(&self) -> Self::Entity

source§

impl Debug for Byte32Builder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Byte32Builder

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V