pub struct SignatureBuilder(/* private fields */);Implementations§
Source§impl SignatureBuilder
impl SignatureBuilder
pub const TOTAL_SIZE: usize = 104
pub const ITEM_SIZE: usize = 1
pub const ITEM_COUNT: usize = 104
pub fn set(self, v: [Byte; 104]) -> 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
pub fn nth32(self, v: Byte) -> Self
pub fn nth33(self, v: Byte) -> Self
pub fn nth34(self, v: Byte) -> Self
pub fn nth35(self, v: Byte) -> Self
pub fn nth36(self, v: Byte) -> Self
pub fn nth37(self, v: Byte) -> Self
pub fn nth38(self, v: Byte) -> Self
pub fn nth39(self, v: Byte) -> Self
pub fn nth40(self, v: Byte) -> Self
pub fn nth41(self, v: Byte) -> Self
pub fn nth42(self, v: Byte) -> Self
pub fn nth43(self, v: Byte) -> Self
pub fn nth44(self, v: Byte) -> Self
pub fn nth45(self, v: Byte) -> Self
pub fn nth46(self, v: Byte) -> Self
pub fn nth47(self, v: Byte) -> Self
pub fn nth48(self, v: Byte) -> Self
pub fn nth49(self, v: Byte) -> Self
pub fn nth50(self, v: Byte) -> Self
pub fn nth51(self, v: Byte) -> Self
pub fn nth52(self, v: Byte) -> Self
pub fn nth53(self, v: Byte) -> Self
pub fn nth54(self, v: Byte) -> Self
pub fn nth55(self, v: Byte) -> Self
pub fn nth56(self, v: Byte) -> Self
pub fn nth57(self, v: Byte) -> Self
pub fn nth58(self, v: Byte) -> Self
pub fn nth59(self, v: Byte) -> Self
pub fn nth60(self, v: Byte) -> Self
pub fn nth61(self, v: Byte) -> Self
pub fn nth62(self, v: Byte) -> Self
pub fn nth63(self, v: Byte) -> Self
pub fn nth64(self, v: Byte) -> Self
pub fn nth65(self, v: Byte) -> Self
pub fn nth66(self, v: Byte) -> Self
pub fn nth67(self, v: Byte) -> Self
pub fn nth68(self, v: Byte) -> Self
pub fn nth69(self, v: Byte) -> Self
pub fn nth70(self, v: Byte) -> Self
pub fn nth71(self, v: Byte) -> Self
pub fn nth72(self, v: Byte) -> Self
pub fn nth73(self, v: Byte) -> Self
pub fn nth74(self, v: Byte) -> Self
pub fn nth75(self, v: Byte) -> Self
pub fn nth76(self, v: Byte) -> Self
pub fn nth77(self, v: Byte) -> Self
pub fn nth78(self, v: Byte) -> Self
pub fn nth79(self, v: Byte) -> Self
pub fn nth80(self, v: Byte) -> Self
pub fn nth81(self, v: Byte) -> Self
pub fn nth82(self, v: Byte) -> Self
pub fn nth83(self, v: Byte) -> Self
pub fn nth84(self, v: Byte) -> Self
pub fn nth85(self, v: Byte) -> Self
pub fn nth86(self, v: Byte) -> Self
pub fn nth87(self, v: Byte) -> Self
pub fn nth88(self, v: Byte) -> Self
pub fn nth89(self, v: Byte) -> Self
pub fn nth90(self, v: Byte) -> Self
pub fn nth91(self, v: Byte) -> Self
pub fn nth92(self, v: Byte) -> Self
pub fn nth93(self, v: Byte) -> Self
pub fn nth94(self, v: Byte) -> Self
pub fn nth95(self, v: Byte) -> Self
pub fn nth96(self, v: Byte) -> Self
pub fn nth97(self, v: Byte) -> Self
pub fn nth98(self, v: Byte) -> Self
pub fn nth99(self, v: Byte) -> Self
pub fn nth100(self, v: Byte) -> Self
pub fn nth101(self, v: Byte) -> Self
pub fn nth102(self, v: Byte) -> Self
pub fn nth103(self, v: Byte) -> Self
Trait Implementations§
Source§impl Builder for SignatureBuilder
impl Builder for SignatureBuilder
Source§impl Clone for SignatureBuilder
impl Clone for SignatureBuilder
Source§fn clone(&self) -> SignatureBuilder
fn clone(&self) -> SignatureBuilder
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 SignatureBuilder
impl Debug for SignatureBuilder
Auto Trait Implementations§
impl Freeze for SignatureBuilder
impl RefUnwindSafe for SignatureBuilder
impl Send for SignatureBuilder
impl Sync for SignatureBuilder
impl Unpin for SignatureBuilder
impl UnsafeUnpin for SignatureBuilder
impl UnwindSafe for SignatureBuilder
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