pub struct ProposalShortIdBuilder(/* private fields */);
Implementations§
Source§impl ProposalShortIdBuilder
impl ProposalShortIdBuilder
pub const TOTAL_SIZE: usize = 10usize
pub const ITEM_SIZE: usize = 1usize
pub const ITEM_COUNT: usize = 10usize
pub fn set(self, v: [Byte; 10]) -> 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
Trait Implementations§
Source§impl Builder for ProposalShortIdBuilder
impl Builder for ProposalShortIdBuilder
Source§impl Debug for ProposalShortIdBuilder
impl Debug for ProposalShortIdBuilder
Auto Trait Implementations§
impl Freeze for ProposalShortIdBuilder
impl RefUnwindSafe for ProposalShortIdBuilder
impl Send for ProposalShortIdBuilder
impl Sync for ProposalShortIdBuilder
impl Unpin for ProposalShortIdBuilder
impl UnwindSafe for ProposalShortIdBuilder
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