Struct bee_message::payload::indexation::PaddedIndex [−][src]
pub struct PaddedIndex(_);Expand description
An indexation payload index padded with 0 up to the maximum length.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PaddedIndex
impl Send for PaddedIndex
impl Sync for PaddedIndex
impl Unpin for PaddedIndex
impl UnwindSafe for PaddedIndex
Blanket Implementations
Calculate the base32 serialized length
Mutably borrows from an owned value. Read more
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
Encode as base32 and write it to the supplied writer Implementations shouldn’t allocate. Read more
