pub struct PaymentHashBuilder(/* private fields */);Implementations§
Source§impl PaymentHashBuilder
impl PaymentHashBuilder
pub const TOTAL_SIZE: usize = 32
pub const ITEM_SIZE: usize = 1
pub const ITEM_COUNT: usize = 32
pub fn set(self, v: [Byte; 32]) -> Self
pub fn nth0(self, v: Byte) -> Self
pub fn nth1(self, v: Byte) -> Self
pub fn nth2(self, v: Byte) -> Self
pub fn nth3(self, v: Byte) -> Self
pub fn nth4(self, v: Byte) -> Self
pub fn nth5(self, v: Byte) -> Self
pub fn nth6(self, v: Byte) -> Self
pub fn nth7(self, v: Byte) -> Self
pub fn nth8(self, v: Byte) -> Self
pub fn nth9(self, v: Byte) -> Self
pub fn nth10(self, v: Byte) -> Self
pub fn nth11(self, v: Byte) -> Self
pub fn nth12(self, v: Byte) -> Self
pub fn nth13(self, v: Byte) -> Self
pub fn nth14(self, v: Byte) -> Self
pub fn nth15(self, v: Byte) -> Self
pub fn nth16(self, v: Byte) -> Self
pub fn nth17(self, v: Byte) -> Self
pub fn nth18(self, v: Byte) -> Self
pub fn nth19(self, v: Byte) -> Self
pub fn nth20(self, v: Byte) -> Self
pub fn nth21(self, v: Byte) -> Self
pub fn nth22(self, v: Byte) -> Self
pub fn nth23(self, v: Byte) -> Self
pub fn nth24(self, v: Byte) -> Self
pub fn nth25(self, v: Byte) -> Self
pub fn nth26(self, v: Byte) -> Self
pub fn nth27(self, v: Byte) -> Self
pub fn nth28(self, v: Byte) -> Self
pub fn nth29(self, v: Byte) -> Self
pub fn nth30(self, v: Byte) -> Self
pub fn nth31(self, v: Byte) -> Self
Trait Implementations§
Source§impl Builder for PaymentHashBuilder
impl Builder for PaymentHashBuilder
Source§impl Clone for PaymentHashBuilder
impl Clone for PaymentHashBuilder
Source§fn clone(&self) -> PaymentHashBuilder
fn clone(&self) -> PaymentHashBuilder
Returns a duplicate 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 PaymentHashBuilder
impl Debug for PaymentHashBuilder
Auto Trait Implementations§
impl Freeze for PaymentHashBuilder
impl RefUnwindSafe for PaymentHashBuilder
impl Send for PaymentHashBuilder
impl Sync for PaymentHashBuilder
impl Unpin for PaymentHashBuilder
impl UnsafeUnpin for PaymentHashBuilder
impl UnwindSafe for PaymentHashBuilder
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